← Back to catalog
Claude 4.5 Sonnet
Model code: claude-4-5-sonnet
Provider: Anthropic
ИИ нового поколения. Глубокий анализ текста, кода, визуала. Быстрее и точнее генерирует идеи, ответы, контент. Решает сложные задачи.
2 💠 / 1k input + 2 💠 / 1k output
What this model can do
- Answers to questions and explanations of complex topics
- Writing and editing texts
- Ideas, plans, structure, and formatting
This model is a good fit if you want a fast, clear result without complex setup. A solid choice for everyday tasks.
Model highlights
Type
Text
Price
2 💠 / 1k input + 2 💠 / 1k output
Availability
Available
Как использовать через API
Эту модель можно вызывать через OpenAI-совместимый GPTCube API с тем же кодом модели.
Пример запроса
Открыть endpointcurl https://api.gptcube.ru/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "claude-4-5-sonnet",
"messages": [
{
"role": "user",
"content": "Сделай краткий план статьи про AI automation"
}
]
}'