Краткий вывод
- Built for complex, long-horizon coding tasks and high-value engineering workflows.
- Strong instruction adherence and consistency make it suitable for strict delivery requirements.
- Supports vision understanding, tool calling, and streaming for practical multimodal pipelines.
Ключевые параметры
- model | string | обяз. | claude-opus-4-6 | - | Model identifier for this page (for example claude-opus-4-6).
- messages | object[] | обяз. | - | - | Conversation messages in chronological order; role support is user and assistant.
- max_tokens | integer | обяз. | - | >=1 | Maximum output tokens.
- system | string | object[] | опц. | - | - | Top-level system prompt (do not place it inside messages).
- stream | boolean | опц. | false | - | Whether to enable SSE streaming output.
- temperature | number | опц. | 1 | 0-1 | Sampling temperature controlling output randomness.
- top_p | number | опц. | - | 0-1 | Nucleus sampling threshold; avoid aggressively tuning with temperature together.
- stop_sequences | string[] | опц. | - | - | Stop sequences to end generation on matching substrings.
- Authorization | HTTP Header | опц. | - | - | Bearer auth: Authorization: Bearer <YOUR_API_KEY>.
- x-api-key | HTTP Header | опц. | - | - | API key auth (common in Anthropic SDK workflows), use either this or Authorization.
- anthropic-version | HTTP Header | опц. | 2023-06-01 | - | Anthropic API version header; usually set automatically by Anthropic SDK.
Частые ошибки
- 400 invalid_request_error: триггер=Missing fields, invalid messages schema, or mismatched parameter types.; исправление=Validate model, messages, and max_tokens fields and data types.; повтор=Retry only after fixing payload.
- 401 authentication_error: триггер=Missing Authorization header, invalid format, or invalid key.; исправление=Verify bearer token format and key permissions.; повтор=Retry after auth is fixed.
- 429 rate_limit_exceeded: триггер=Request rate, concurrency, or current quota hits upstream rate limiting.; исправление=Apply exponential backoff first, then review request rate, concurrency, and quota usage.; повтор=Use 1s/2s/4s backoff with jitter; if it persists, reduce submission pressure.

