Available Models
Models currently available through the LLMZone API
Use any of these model IDs in the model field of your API requests.
Models
| Model ID | Provider | Status | Description |
|---|---|---|---|
claude-opus-4.6 | Anthropic | ✅ Available | Most capable Claude model — best for complex tasks |
OpusX-GPT | Hybrid | ✅ Available | OpusX-GPT hybrid model — advanced reasoning and code generation |
claude-opus-4-7 | Anthropic | ✅ Available | Claude Opus 4.7 — Latest Claude model with enhanced reasoning |
claude-opus-4.6-2026 | Anthropic | ✅ Available | Claude Opus 4.6 (2026) — Updated 2026 release of Claude Opus 4.6 |
Usage Example
curl "https://api.llmzone.net/v1/chat/completions" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "claude-opus-4.6",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'Model availability may change. Check this page for the latest list of supported models.