Skip to main content
Call GET /v1/models to retrieve every model your KiosAPI key can access. The endpoint is OpenAI-compatible and accepts all three authentication header formats — OpenAI Authorization: Bearer, Anthropic x-api-key, and Google x-goog-api-key — so you can reuse whichever client library you already have in place without restructuring your auth flow.

Request

Endpoint: GET https://kiosapi.com/v1/models

Headers

At least one authentication header is required. You do not need to supply all three — choose the format that matches your preferred client library.

Response

A successful request returns a JSON object with object set to "list" and a data array containing one entry per available model.

Response Fields

string
required
Always "list".
array
required
Array of model objects available to your API key.