IronStratum

GET /v1/models

List available models

The listed public aliases — the exact set the pricing page and llms.txt carry. No auth required: anonymous callers see the same list; a presented-but-invalid key still 401s (absent ≠ invalid). Members carry the additive pricing + context_tokens fields.

Request

No request body.

Responses

200 The model list.

200 response fields for listModels
Field Type Required Description
object string no
data array of object no

401 401

401 response fields for listModels
Field Type Required Description
error object yes

Example

curl https://api.ironstratum.com/v1/models \
  -H "Authorization: Bearer $IRONSTRATUM_API_KEY"

All operations · interactive reference · openapi.yaml