К списку моделей
Выбор за вами
Anthropic: Claude 3.5 Sonnet
ID: anthropic/claude-3.5-sonnet
560,49 ₽
Запрос/ 1М
2 802,43 ₽
Ответ / 1М
—
Изображение вход /1М
—
Изображение выход /1М
200K
Контекст
8K
Макс. ответ
Описание
New Claude 3.5 Sonnet delivers better-than-Opus capabilities, faster-than-Sonnet speeds, at the same Sonnet prices. Sonnet is particularly good at:
- Coding: Scores ~49% on SWE-Bench Verified, higher than the last best score, and without any fancy prompt scaffolding
- Data science: Augments human data science expertise; navigates unstructured data while using multiple tools for insights
- Visual processing: excelling at interpreting charts, graphs, and images, accurately transcribing text to derive insights beyond just the text alone
- Agentic tasks: exceptional tool use, making it great at agentic tasks (i.e. complex, multi-step problem solving tasks that require engaging with other systems)
#multimodal
Провайдеры для Anthropic: Claude 3.5 Sonnet
Amazon Bedrock
Статус
560,487 ₽Запрос/ 1М
2 802,435 ₽Ответ / 1М
—Изображение вход /1М
—Изображение выход /1М
200KКонтекст
8KМакс. ответ
API и примеры кода
Наш сервис предоставляет единый API, совместимый с OpenAI SDK. Просто укажите наш base_url и используйте ключ, полученный в личном кабинете.
import OpenAI from 'openai';
const openai = new OpenAI({
baseURL: 'https://polza.ai/api/v1',
apiKey: '<POLZA_AI_API_KEY>'
});
async function main() {
const completion = await openai.chat.completions.create({
model: 'anthropic/claude-3.5-sonnet',
messages: [{
role: 'user',
content: 'Что думаешь об этой жизни?',
}],
});
console.log(completion.choices[0].message);
}
main();
Polza.AI — лучший выбор
для
Воспользуйтесь сервисом прямо сейчас. А если остались вопросы - запишитесь на демо