Docs

Draven AI API

Draven AI exposes an OpenAI-compatible API for chat completions, plus dedicated endpoints for image generation, embeddings, text-to-speech, rerank, and web search. If you've ever called the OpenAI API, or used a client built for it, you already know how to use most of this one.

Base URL
https://api.dravenai.lat/v1

Every response — success or error — is shaped exactly like the OpenAI API: the same chat.completion object, the same chat.completion.chunk streaming events, and the same { "error": { "message", "type", "param", "code" } } error envelope. This means the official OpenAI SDKs, the Vercel AI SDK, LangChain, LiteLLM, Open WebUI, LibreChat, and plain curl all work against Draven AI without any custom integration code.

How these docs are organized

At a glance

Manage your account — API keys, usage, and request logs live under Developers → API on dravenai.lat, not in this API. See Generating an API Key.