v7_llm

Llm V1 Models Show

Llm V1 Models Show. OpenAI- and Anthropic-compatible LLM endpoint on /v7/llm/v1/models/{modelId}. Authenticate with Authorization: Bearer <key>, x-api-key, or the key header. Discover model ids with GET /v7/llm/v1/models. Failures arrive on HTTP 200 with status: "error".

get/v7/llm/v1/models/{modelId}

Path parameters

modelIdstring required

Model identifier from the catalogue. See GET /v6/model-search.

Response

OpenAI-compatible chat completion. Errors also arrive on 200 with status: "error".

OR

Example response

{
  "object": "chat.completion"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.