Models
All models below are available through the same endpoint at a flat rate of $0.5 / 1M tokens (input and output).
Anthropic
| Model ID | Description |
|---|---|
claude-sonnet-4-5-20250929 | Claude Sonnet 4.5 — flagship |
claude-sonnet-4-20250514 | Claude Sonnet 4 |
claude-haiku-3-5-20241022 | Claude Haiku 3.5 — fast |
OpenAI
| Model ID | Description |
|---|---|
gpt-5.4 | GPT-5.4 — latest flagship |
gpt-5 | GPT-5 |
gpt-4.1 | GPT-4.1 |
gpt-4.1-mini | GPT-4.1 Mini — fast |
o3 | o3 — reasoning |
o4-mini | o4-mini — reasoning, fast |
Google
| Model ID | Description |
|---|---|
gemini-2.5-pro | Gemini 2.5 Pro |
gemini-2.5-flash | Gemini 2.5 Flash — fast |
Other providers
| Model ID | Provider | Description |
|---|---|---|
deepseek-r1 | DeepSeek | Reasoning |
qwen3-coder | Alibaba | Code generation |
minimax-m2-1 | Minimax | General purpose |
Listing available models
Query the API to get the current model list for your key:
bash
curl https://api.devlens.top/v1/models \
-H "Authorization: Bearer sk-YOUR_KEY"Models are updated as new releases become available. Check the Console for real-time availability.