Skip to content

spook-ocr

What is this model?

A model hosted by Qevron on our own GPU infrastructure.

Capability & type

CapabilityOptical Character Recognition — Capability page
Model typeLanguage model (LLM) (type=1)
Base modelGOT-OCR2.0
Providerarpanet (local / self-hosted)
Streaming

Endpoint

POST /v1/vision/ocr (preferred) | POST /api/channel/:id/custom_test (legacy)

Secondary endpoints:

  • POST /v1/chat/completions (with image_url)

Base URL: https://app.qevron.ai/v1

Authentication

Every request needs the Authorization: Bearer <KEY> header.

Authorization: Bearer <KEY>

Request schema & parameters

ParameterTypeRequiredDescription
modelstringspook-ocr
imagestringbase64 or data-URL image

Response schema

json
{ "data": { "image": "<base64 result>" } }

Code examples

curl

bash
curl https://app.qevron.ai/v1/vision/ocr \
  -H "Authorization: Bearer $QEVRON_KEY" -H "Content-Type: application/json" \
  -d '{"model": "spook-ocr", "image": "data:image/jpeg;base64,<...>"}'

Pricing

Current price: GET /v1/models/spook-ocr.

Rate limits

RPM/TPM are governed by your group quota. Check your current quota with: GET /v1/dashboard/billing/quota.

Qevron — AI gateway. Arpanet / OpenAI / Anthropic / Gemini compatible.