Back to Documentation

Available Models

All Claude models available through WebInvolve Elite AI. Use exact model IDs when making API calls.

Claude Opus 4.7

RECOMMENDEDFlagship

Our 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@default

Best For

Complex software engineeringVideo/image analysisLong-document processingMulti-step reasoningArchitectural decisions

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 & Intelligence

The 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@default

Best For

Software developmentContent writingData analysisCustomer support automationCode review & refactoring

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 & Cheap

Ultra-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@20251001

Best For

Simple Q&AText classificationSummarizationHigh-volume batch tasksReal-time interactions

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

ModelIDBest ForContextPromptCompletion
Claude Opus 4.7claude-opus-4-7@defaultComplex software engineering200K tokens$0.005$0.025
Claude Sonnet 4.6claude-sonnet-4-6@defaultSoftware development200K tokens$0.003$0.015
Claude Haiku 4.5claude-haiku-4-5@20251001Simple Q&A200K tokens$0.001$0.005