QuotaFlow Docs

Models

When to use this page

Use this page to verify available model ids before configuring a client.

Endpoint

GET https://api.quotaflow.ai/openai/v1/models

Curl

curl https://api.quotaflow.ai/openai/v1/models \
  -H "Authorization: Bearer $QUOTAFLOW_API_KEY"

Model ids

The /models endpoint is the source of truth. QuotaFlow only lists model ids that are exposed for the authenticated key. Do not hard-code models that are not returned by /models.

Current prod models verified with 200 responses:

Downgrade behavior

During high pressure, QuotaFlow may route simple or standard work from a higher model to a lower compatible model if the key and route policy allow it. Complex work is preserved more conservatively.

AI agents: start at /llms.txt, fetch /llms-full.txt for full context, and parse /openapi.yaml for endpoint schemas.