List models
Models
List models
GET /v1/models
GET
List models
Returns the catalog of models available to your account. OpenAI-compatible.
Rollout-enabled MoE models include
Response
Notes
- Fine-tuned variants tied to your account appear in this list with their own slugs (e.g.
ft:gpt-oss-120b:my-org:summary-v1). - The
context_windowfield is a Cogito extension; standard OpenAI clients ignore it.
Retrieve one model
Use the OpenAI-compatible retrieve-model endpoint to fetch an entitled model by its exact, URL-encoded ID. This also works for a dedicated model that is callable but intentionally absent from the collection.routing_matrix, an additive Cogito field
with the static format needed to decode router replay payloads. Fetch it once
when the trainer starts; completion responses do not repeat it.