Claude Messages
API Reference
Claude Messages
POST
Claude Messages
Autoryzacje
API token from https://platform.acedata.cloud
Treść
application/json
The model that will complete your prompt.
Przykład:
"claude-sonnet-4-6"
Input messages.
The maximum number of tokens to generate before stopping.
Przykład:
1024
Custom text sequences that will cause the model to stop generating.
Whether to incrementally stream the response using server-sent events.
System prompt.
Amount of randomness injected into the response.
Wymagany zakres:
0 <= x <= 1Przykład:
1
How the model should use the provided tools.
Definitions of tools that the model may use.
Only sample from the top K options for each subsequent token.
Use nucleus sampling.
Odpowiedź
OK
Unique object identifier.
Dostępne opcje:
message Dostępne opcje:
assistant The model that handled the request.
Dostępne opcje:
end_turn, max_tokens, stop_sequence, tool_use 
