Skip to main content
Use one Anthropic Messages-compatible integration for all eight Claude models available through APIXO. Configure the APIXO base URL and API key once, then switch models by changing only the model value.
This page includes the complete APIXO Claude model and pricing snapshot verified on August 3, 2026. Model availability and pricing can change, so check the APIXO Claude model page before making billing-sensitive decisions.
Choose your integration path: Use the Quickstart to integrate manually, or let an AI implement it by copying this page or using APIXO MCP.

Compare Claude models and pricing

Choose the model that fits the workload, then use its exact model ID in any example on this page. Prices are in USD per 1 million tokens. Prices verified: 2026-08-03. See the APIXO Claude model page for the current rate card.
Start with Claude Opus 4.8 when capability matters most, Claude Sonnet 4.6 for a balanced default, or Claude Haiku 4.5 for lower-cost, higher-volume work. Keep an older or dated ID when your application intentionally pins that model.

What to change

2023-06-01 is the current Anthropic Messages API protocol version, not a Claude model release date. Keep this required header in raw HTTP requests. The Anthropic SDK adds it automatically.

Quickstart

The examples use claude-opus-4-8. To use any other model in the comparison table, change only the model value.

Let an AI implement it

Copy this page to an AI

Use the Copy page button in the page menu, paste the copied documentation into your AI coding tool, and add this prompt:
Replace claude-opus-4-8 in the prompt with any model ID from the comparison table.

Use APIXO MCP

APIXO MCP reads APIXO’s published machine-readable model catalog and schemas. The claude schema includes the gateway endpoint, required headers, supported model IDs, model guidance, and the pricing snapshot shown above. After installing APIXO MCP, ask your AI:
APIXO MCP helps your AI write the integration; it does not replace the API connection used by your application.

Streaming

Supported Claude models

Use one of these exact IDs in the request body model field.
  • claude-opus-4-8
  • claude-opus-4-7
  • claude-opus-4-6
  • claude-opus-4-5-20251101
  • claude-sonnet-4-6
  • claude-sonnet-4-5
  • claude-sonnet-4-5-20250929
  • claude-haiku-4-5-20251001
To switch models, keep the same endpoint, API key, headers, and request format, then change only model.

Troubleshooting

  • 401: missing or invalid API key
  • 400: invalid Messages API request body, unsupported model ID, missing max_tokens, or missing anthropic-version
  • 429: rate limit or temporary capacity limit
  • 502 / 504: upstream provider error or timeout
Retry 429, 502, and 504 with backoff. Fix 400 and 401 before retrying.

Open a model on APIXO

These links open the selected model on APIXO’s Claude gateway page, where you can review its current pricing and copy model-specific code examples.