$LLMZone Docs

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 IDProviderStatusDescription
claude-opus-4.6Anthropic✅ AvailableMost capable Claude model — best for complex tasks
OpusX-GPTHybrid✅ AvailableOpusX-GPT hybrid model — advanced reasoning and code generation
claude-opus-4-7Anthropic✅ AvailableClaude Opus 4.7 — Latest Claude model with enhanced reasoning
claude-opus-4.6-2026Anthropic✅ AvailableClaude 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.

On this page