Skip to main content
POST /v1/llm/chat is the simplest way to call any AdSkull LLM. The shape is stable across all models — switching from claude-opus-4.7 to gemini-3-pro is a one-line change.

Endpoints

Parameters

Idempotency-Key is strongly recommended on every non-streaming call so retries never double-bill.

Example: text

Response:

Example: image input

Example: streaming

Set "stream": true and read SSE.
Chunks look like:

Listing usage

Returns the last 20 LLM calls (model, endpoint, tokens, millicredits charged, latency, error_code if any). Use cursor to paginate.