Skip to content

Models

GET /cr/get_allowed_models

Returns the list of models available to the API key.

InputTypeRequiredDescription
X-API-KeyheaderyesIcosa API key.

Returns

  • 200 OK with a JSON array of allowed model names.
[
  "Generalist: Base",
  "Generalist: Large Base"
]