orcarouter_model_card
Get complete details for any model using its provider/slug ID — pricing, context window, latency percentiles, and release date.
Instructions
Get detailed information about a single model — display name, long description, pricing (per-call and per-million tokens), context window, max output, modalities (input/output), supported endpoints, latency percentiles (p50/p95), and release date. Use this when you already know the model id and want full details; for browsing or filtering across many models use orcarouter_models_list instead. Returns isError:true with a clear hint when the id is not found. Read-only, no API key required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | Model ref in `provider/slug` form (e.g. `openai/gpt-4o-mini`, `anthropic/claude-haiku-4.5`). Use the exact `id` value returned by orcarouter_models_list. |