При наличии запроса модель вернёт одно или несколько предсказанных завершений и может также вернуть вероятности альтернативных токенов в каждой позиции.Создаёт завершение для предоставленного запроса и параметровОфициальная документация: https://docs.anthropic.com/en/api/messages
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Header Params
Body Params application/json
Example
{"model":"claude-sonnet-4-20250514","system":"Вы умный AI-ассистент по имени Сяован","messages":[{"role":"user","content":"Кто ты?!"}],"stream":true}
{"id":"chatcmpl-123","object":"chat.completion","created":1677652288,"choices":[{"index":0,"message":{"role":"assistant","content":"\n\nHello there, how may I assist you today?"},"finish_reason":"stop"}],"usage":{"prompt_tokens":9,"completion_tokens":12,"total_tokens":21}}