Models¶
GET /cr/get_allowed_models
Returns the list of models available to the API key.
| Input | Type | Required | Description |
|---|---|---|---|
X-API-Key | header | yes | Icosa API key. |
Returns
200 OKwith a JSON array of allowed model names.
[
"Generalist: Base",
"Generalist: Large Base"
]