API Reference
GET
List Models
Returns models through the OpenAI-compatible /v1/models endpoint. Use Authorization: Bearer YOUR_API_KEY for this endpoint.
Request
cURL
Response
Returns an object with a data array. Each entry contains a model id you can pass to OpenAI-compatible Chat Completions; actual IDs come from the live catalog.
JSON