Models

Discover public model IDs, capabilities, and customer-facing meters without depending on private provider routing.

Browse before you integrate

The Models page is the public catalog. Each detail page shows its official ID, published capabilities, and customer-facing meter prices. It intentionally does not expose provider credentials, private route identifiers, or internal cost.

List models from the API

Use an authenticated request to retrieve the public models your key may access:

curl https://api.ourtoken.dev/v1/models \
  -H "Authorization: Bearer $OURTOKEN_API_KEY"

The response is an OpenAI-style list. Each item contains an id, display_name, published capabilities, and public prices.

Treat the ID as stable

Use the returned id in requests. A provider route may be verified, activated, replaced, or retired behind the scenes, but the official model ID is the interface your application depends on. If a model is unavailable, the API reports a provider-neutral model_unavailable error instead of leaking route details.

Compare before choosing

Every model detail page can open a shareable comparison. Add up to five official models and compare published capabilities plus input and output customer prices.