Create an Anthropic Message
Use Anthropic-native Messages through AnyInt Gateway.
Send the Anthropic Messages request shape without translating it to an OpenAI-compatible payload.
POST
/anthropic/v1/messagesRequest Body
| Field | Type | Required | Description |
|---|---|---|---|
model | string | Yes | Anthropic-compatible model identifier. |
messages | array | Yes | Anthropic message content blocks. |
max_tokens | integer | Yes | Maximum tokens to generate. |
system | string or array | No | System instructions. |
Related Operations
POST /anthropic/v1/messages/count_tokenscounts input tokens.GET /anthropic/v1/modelslists available Anthropic models.