Chat Completion
Anthropic
claude-opus-4-8
Creates a model response for the given chat conversation.
POST
Chat Completion
Documentation Index
Fetch the complete documentation index at: https://docs.anyfast.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Model ID
Available options:
claude-opus-4-8 Example:
"claude-opus-4-8"
A list of messages comprising the conversation so far.
Minimum array length:
1Example:
[{ "role": "user", "content": "Hello!" }]
The maximum number of tokens to generate.
Required range:
1 <= x <= 8192Sampling temperature. Higher values make output more random.
Required range:
0 <= x <= 2Example:
1
Penalizes repeated tokens based on their frequency in the text so far.
Required range:
-2 <= x <= 2Penalizes tokens that have already appeared in the text.
Required range:
-2 <= x <= 2If true, stream partial message deltas using SSE.
Sequences where the model will stop generating further tokens.