Available Models
All Claude models available through WebInvolve Elite AI. Use exact model IDs when making API calls.
Claude Opus 4.7
RECOMMENDEDFlagshipOur most capable model. Excels at complex reasoning, multi-step engineering tasks, detailed analysis, and long-context tasks.
$0.005
/1K prompt tokens
$0.025
/1K completion tokens
200K tokens
context window
Model ID (use in API calls)
claude-opus-4-7@defaultBest For
API Call Example
curl -X POST https://clients-involveai.0psc8x.easypanel.host/v1/chat/completions \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_KEY" \
-d '{
"model": "claude-opus-4-7@default",
"messages": [{"role": "user", "content": "Hello"}],
"max_tokens": 100
}'Claude Sonnet 4.6
Speed & IntelligenceThe everyday all-rounder. Best balance of speed and intelligence. Perfect for coding, writing, analysis, and high-volume production tasks.
$0.003
/1K prompt tokens
$0.015
/1K completion tokens
200K tokens
context window
Model ID (use in API calls)
claude-sonnet-4-6@defaultBest For
API Call Example
curl -X POST https://clients-involveai.0psc8x.easypanel.host/v1/chat/completions \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_KEY" \
-d '{
"model": "claude-sonnet-4-6@default",
"messages": [{"role": "user", "content": "Hello"}],
"max_tokens": 100
}'Claude Haiku 4.5
Fast & CheapUltra-fast, cost-effective. Ideal for simple queries, high-throughput tasks, and when you need quick responses at minimal cost.
$0.001
/1K prompt tokens
$0.005
/1K completion tokens
200K tokens
context window
Model ID (use in API calls)
claude-haiku-4-5@20251001Best For
API Call Example
curl -X POST https://clients-involveai.0psc8x.easypanel.host/v1/chat/completions \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_KEY" \
-d '{
"model": "claude-haiku-4-5@20251001",
"messages": [{"role": "user", "content": "Hello"}],
"max_tokens": 100
}'Quick Comparison
| Model | ID | Best For | Context | Prompt | Completion |
|---|---|---|---|---|---|
| Claude Opus 4.7 | claude-opus-4-7@default | Complex software engineering | 200K tokens | $0.005 | $0.025 |
| Claude Sonnet 4.6 | claude-sonnet-4-6@default | Software development | 200K tokens | $0.003 | $0.015 |
| Claude Haiku 4.5 | claude-haiku-4-5@20251001 | Simple Q&A | 200K tokens | $0.001 | $0.005 |