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-instruct
  • meta-llama/llama-3.1-8b-instruct
  • qwen/qwen3-8b
  • qwen/qwen3-embedding-0.6b
  • mistralai/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.