Документация

Как да извиквате API, какво прави маршрутизаторът с политика, какви класове за резидентност съществуват, какво записва проследяването — и всеки код за грешка, крайна точка и лимит, изведени от кода, който ги налага.

Първи стъпки

Бърз старт

Point any OpenAI-compatible client at the LLM EU base URL and call llmeu-auto. Copy-paste snippets for cURL, Python and JavaScript, with the llmeu response block explained.

Конзола

What each page of the signed-in console does, the five roles and what they may change, and what a person can change about their own account.

Миграция

Moving an existing OpenAI integration onto LLM EU: the base URL change, the fields that carry over, the endpoints that do not exist, and how to take your data out again.

API справка

The LLM EU API reference: chat completions, models, embeddings, the platform API, and every error code with the HTTP status that carries it.

Справка

Автентикация

API keys, the three scopes, why a signed-in browser cannot call the API, and how revocation works. Rendered from the scopes the API enforces.

Крайни точки

Every route this API mounts with the credential it needs, plus the OpenAI endpoints that are deliberately absent and what they answer instead.

Грешки

Every error code the API can answer with, the HTTP status and type that carry it, and what to do about each. Checked against the source by a test.

Поточно предаване

The SSE wire format for streamed completions, the frames, the routing block on the last frame, and what happens to the trace when a client disconnects.

Политики

The policy object field by field: residency classes, allow and deny lists, daily budget, retention, data classes and partner endpoints, with their defaults.

Съвместимост с OpenAI

The exact OpenAI compatibility contract: accepted request fields, the response shape, SSE streaming frames, and what is intentionally not supported.

Експлоатация