Documentation Index
Fetch the complete documentation index at: https://docs.sudoapp.dev/llms.txt
Use this file to discover all available pages before exploring further.
Fetching the Latest Models via API
The models endpoint is the source of ground truth for supported models in our API. As soon as we confirm support of a model or model provider, it will be added to the API. The models endpoint returns supported models, identified by their canonical model ID that the original provider operates with. There is also an internal Sudo model ID, which is separate of the provider model ID and is used internally:Model Obect Fields
| Field | Type | Description |
|---|---|---|
created_at | String | DateTime representation of when the model was added to the Sudo API support . |
sudo_model_id | int | Internal model ID used for identification by the Sudo API, in the form of a serial integer. |
model_name | String | Canonical model ID, as assigned by the original model provider. e.g. “gpt-4.1-mini” |
model_provider | String | The model provider’s name, e.g. “OpenAI” |
Table of Suppported Models
| Model Provider | Model ID | Display Name |
|---|---|---|
| OpenAI | gpt-5 | GPT-5 |
| gpt-5-nano | GPT-5 nano | |
| gpt-5-mini | GPT-5 mini | |
| gpt-5-chat-latest | GPT-5 chat | |
| o4-mini | o4 | |
| o3 | o3 | |
| o3-mini | o3 | |
| o1 | o1 | |
| gpt-4.1 | GPT-4.1 | |
| gpt-4.1-mini | GPT-4.1 mini | |
| gpt-4.1-nano | GPT-4.1 nano | |
| gpt-4o | GPT-4o | |
| gpt-4o-mini | GPT-4o Mini | |
| gpt-4o-audio-preview | GPT-4o Audio Preview | |
| gpt-4o-search-preview | GPT-4o Search Preview | |
| gpt-4o-mini-search-preview | GPT-4o Mini Search Preview | |
| gpt-4o-mini-audio-preview | GPT-4o Mini Audio Preview | |
| gpt-4-turbo-preview | GPT-4 Turbo Preview | |
| gpt-4-turbo | GPT-4 Turbo | |
| gpt-4-0613 | GPT-4 (0613) | |
| gpt-4 | GPT-4 | |
| gpt-3.5-turbo-16k | GPT-3.5 Turbo 16k | |
| gpt-3.5-turbo-0125 | GPT-3.5 Turbo (0125) | |
| gpt-3.5-turbo | GPT-3.5 Turbo | |
| chatgpt-4o-latest | ChatGPT-4o Latest | |
| gpt-image-1 | GPT Image | |
| dall-e-3 | DALL-E 3 | |
| dall-e-2 | DALL-E 2 | |
| Anthropic | claude-sonnet-4-5-20250929 | Claude Sonnet 4.5 |
| claude-opus-4-1-20250805 | Claude Opus 4.1 (2025-08-05) | |
| claude-opus-4-20250514 | Claude Opus 4 (2025-05-22) | |
| claude-sonnet-4-20250514 | Claude Sonnet 4 (2025-05-22) | |
| claude-3-7-sonnet-20250219 | Claude 3.7 Sonnet (2025-02-19) | |
| claude-3-7-sonnet-latest | Claude 3.7 Sonnet | |
| claude-3-5-haiku-20241022 | Claude 3.5 Haiku (2024-10-22) | |
| claude-3-5-haiku-latest | Claude 3.5 Haiku | |
| claude-3-haiku-20240307 | Claude 3 Haiku (2024-03-07) | |
| DeepSeek | deepseek-chat | DeepSeek Chat (DeepSeek V3) |
| deepseek-reasoner | DeepSeek Reasoner (DeepSeek R1) | |
| XAI | grok-4-0709 | Grok-4 |
| grok-4-fast-reasoning | Grok-4 Fast Reasoning | |
| grok-4-fast-non-reasoning | Grok-4 Fast Non-Reasoning | |
| grok-code-fast-1 | Grok Code Fast | |
| grok-3 | Grok-3 | |
| grok-3-mini | Grok-3 Mini | |
| grok-2-image-1212 | Grok-2 Image | |
| grok-2-vision-1212 | Grok-2 Vision | |
| Gemini | gemini-2.5-pro | Gemini 2.5 Pro |
| gemini-2.5-flash | Gemini 2.5 Flash | |
| gemini-2.5-flash-lite | Gemini 2.5 Flash Lite | |
| gemini-2.5-flash-preview-04-17 | Gemini 2.5 Flash Preview (04-17) | |
| gemini-2.5-flash-preview-09-2025 | Gemini 2.5 Flash Preview (09-25) | |
| gemini-2.5-flash-lite-preview-06-17 | Gemini 2.5 Flash-Lite Preview (06-17) | |
| gemini-2.5-flash-lite-preview-09-2025 | Gemini 2.5 Flash Lite Preview (09-25) | |
| gemini-2.0-flash | Gemini 2.0 Flash | |
| gemini-2.0-flash-lite | Gemini 2.0 Flash-Lite | |
| imagen-4.0-generate-001 | Imagen 4.0 | |
| imagen-4.0-fast-generate-001 | Imagen 4.0 Fast | |
| imagen-4.0-ultra-generate-001 | Imagen 4.0 Ultra | |
| imagen-3.0-generate-002 | Imagen 3.0 |