Skip to content

Capabilities

Qevron exposes every core "verb" of modern AI through one API. For each capability you'll find what it does, which models are available, how to call it, and when to pick which model.

Categories

Chat

Voice

Vision

Image

Quick reference

CapabilityEndpointRecommended modelStreaming
ChatPOST /v1/chat/completionsverinova
Detailed chat (Qwen3 30B)POST /v1/chat/completionsverinova-large
STTPOST /v1/audio/transcriptionssolab-stt
TTSPOST /v1/audio/speechblab-stable
EmbeddingPOST /v1/embeddingsveriEmbedding
RerankPOST /v1/rerankverirerag
VQAPOST /v1/chat/completions (image input)spook-vision
OCRPOST /v1/vision/ocr (new)spook-ocr
Object detectionPOST /v1/vision/detect (new)spook-detect
Image generationPOST /v1/images/generationsspook-generate
Background removalPOST /v1/vision/background (new)spook-background

Live status in the admin UI

To see which capability is currently active and which model is recommended, open app.qevron.ai → Capabilities (/capabilities). The "Copy" button on each card puts the recommended model name on your clipboard — paste straight into code.

Connection basics

Two environments, two base URLs:

From where?Base URLAPI key
Same host (calleague-platform, callekit-agents)http://localhost:3001QEVRON_API_KEY
External / SaaS / browser SDKhttps://app.qevron.aisk-... (your user key)

Auth header is the same in both:

Authorization: Bearer <KEY>

Next

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