Create an Anthropic-style message
A Messages endpoint that follows the Anthropic interface. Streaming is not available here yet.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
The Anthropic-style idempotency header. It behaves exactly like Idempotency-Key and exists on the /messages endpoint so you can keep to Anthropic's naming.
255Body
x >= 110 <= x <= 10 <= x <= 1Allowed so the Anthropic SDK stays happy, but Valar ignores it for now. The model never sees these tools and cannot invoke them.
Allowed so the Anthropic SDK stays happy, but Valar ignores it for now.
Streaming is not available on this endpoint yet.
false Optional string-valued metadata. Use completion_window to influence scheduling, and completion_webhook together with webhook_token to wire up a webhook that fires on completion.
Response
A message response shaped to match Anthropic's format.
message assistant 1end_turn, max_tokens, tool_use, stop_sequence, refusal