---
title: "Models"
description: "Model IDs, model-list endpoints, prices and fallback models."
canonical_url: "https://minirouter.sh/docs/models"
markdown_url: "https://minirouter.sh/docs/models.md"
last_updated: "2026-08-04"
---

# Models

208 language models are currently available through minirouter.
Model IDs use author/name format. Copy them exactly as returned by the API.

## Source of truth

GET https://api.minirouter.sh/v1/models: OpenAI-shaped list (authenticated)
GET https://minirouter.sh/api/v1/models: public model list with pricing,
context_length and architecture (no key required, CORS enabled).

The catalog lists text-generation models with current input and output prices.
Image, video, speech, embedding and realtime requests are not supported yet.

## Fallback models

models is an ordered list of acceptable fallback model IDs. minirouter never
uses a model outside that list.

## Unknown model

An unavailable ID returns 404 unknown_model with a did-you-mean suggestion.
