Claude-Sonnet-4-6, chat, Input
Overview
Claude-Sonnet-4-6, chat, Input is a chat-generation model served via Anthropic. Access it with the same Bearer token and OpenAI-compatible request shape as the other 287 models in the catalog — no provider-specific SDK required. Priced at $1.1900 per million tokens, billed per use from your credit balance.
Use via API
curl https://aimarcusimage.eu/api/v1/chat/completions \
-H "Authorization: Bearer sk-aig-..." \
-H "Content-Type: application/json" \
-d '{
"model": "Claude-Sonnet-4-6",
"messages": [
{
"role": "user",
"content": "Hello from AI Generate"
}
]
}'
Async jobs (video / image / music) return a taskId. Poll /api/v1/jobs/recordInfo?taskId=... or use a webhook to get the result URLs.
Prompt examples
Pricing compare
| Provider | Price per million tokens | Notes |
|---|---|---|
| AI Generate | $1.1900 | This site, pay-as-you-go, $10 free on signup |
| Direct from Anthropic | varies | Requires separate account and higher minimum commitment |
Related models
gpt-5.4, Chat, Input
Gemini 2.5 flash, Chat, Output
Gemini 3.1 Pro- openai, chat, input
claude-sonnet-4-5, Chat, Input
claude-sonnet-4-5, Chat, Output
Claude-Opus-4-6, chat, Output
FAQ
How much does Claude-Sonnet-4-6, chat, Input cost?+
$1.1900 per million tokens. You pay from your credit balance — no monthly subscription, no minimum commitment. First $10 on signup are free.
Is Claude-Sonnet-4-6, chat, Input a chat model?+
Yes — Claude-Sonnet-4-6, chat, Input is a chat-generation model from Anthropic, served through the AI Generate gateway.
How do I call Claude-Sonnet-4-6, chat, Input from my code?+
Use a standard HTTPS POST with a Bearer token to our /api/v1/ endpoint. The request shape matches the OpenAI-compatible convention — no provider-specific SDK needed. See the "Use via API" section above for a working curl example.
Can I use Claude-Sonnet-4-6, chat, Input in production?+
Yes. The endpoint is rate-limited to 20 requests per 10 seconds per API key, retries are idempotent via taskId, and async results are delivered via polling or webhook. Set a daily spend cap in dashboard settings to protect against runaway usage.
What is the markup compared to the upstream provider?+
We route through a mix of direct provider integrations (OpenAI, Anthropic) and wholesale aggregators (kie.ai, OpenRouter) — typically 20-40% above raw provider cost. Volume tiers at $50 / $200 / $1000 / $5000 monthly spend reduce the markup to as low as 10%.
Ready to try Claude-Sonnet-4-6, chat, Input?
Sign up in 30 seconds. $10 in free credits — enough for dozens of generations.