API reference · Platform

List models

The model catalogue with credit pricing.

GET/v1/modelsfree
view as markdown

Public — no key required. Useful for rendering a model picker that stays current.

curl https://eroq.ai/v1/models \
  -H "Authorization: Bearer $EROQ_API_KEY"
/v1/models
→ GET /v1/models
Press run — this replays a real exchange from the docs' own data. No key, no request, no charge.

Response

200 · application/json
{
  "object": "list",
  "data": [
    { "id": "eroq-rp-plus", "kind": "chat", "pricing": "3 credits / completion" },
    { "id": "eroq-image-one", "kind": "image", "pricing": "10 credits / image" }
  ]
}