Models
GET /v1/models and GET /v1/models/*id — catalog from the gateway registry.
Scope: inference:read
curl -s https://api.kielo.ai/v1/models \
-H "Authorization: Bearer $KIELO_API_KEY"Response shape
{ "object": "list", "data": [{ "id", "object", "created", "owned_by" }] }
Example IDs (from registry)
meta-llama/llama-3.3-70b-instructmeta-llama/llama-3.1-8b-instructqwen/qwen3-8bqwen/qwen3-embedding-0.6bmistralai/mistral-small-3.2-24b-instruct
Browse the full catalog on the Models page. Do not invent model IDs — use the registry or list endpoint.