Skip to main content
Routeway provides access to 200+ models from leading providers — OpenAI, Anthropic, Google, Meta, DeepSeek, MoonshotAI, and more — through a single unified endpoint.

Models Catalog

Browse all models with live pricing, context lengths, and capability filters.

GET /v1/models

Fetch the full model list programmatically with pricing and metadata.

Model Tiers

Free models are identified by a :free suffix in their ID (e.g. deepseek-r1:free).Exceeding the rate limit returns a 429. See Rate Limits.

Listing Models Programmatically

Fetch the live catalog — including pricing, capabilities, and availability — with a single request:

Response shape


Model Schema

Core fields

Pricing fields

All rates use price_per_million_t (USD per 1M tokens). See How Billing Works for caching cost examples.

Capabilities

Service tier pricing

Present only on models that support service tiers. Multipliers are applied to the standard pricing.input and pricing.output rates.

Benchmarks

Common benchmark scores included where available. Fields are null when a score has not been published.

Endpoints

Each model advertises which API paths it supports in the endpoints array. Not all models are available on every path.
Use /v1/chat/completions as your default for text models. It has the broadest model coverage and is compatible with any OpenAI-compatible library. Image models are only available on their respective /v1/images/* paths.

Filtering by Capability

You can filter the response client-side to find models that match your requirements: