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.
授权
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
请求体
application/json
Model ID
可用选项:
claude-opus-4-8 示例:
"claude-opus-4-8"
A list of messages comprising the conversation so far.
Minimum array length:
1示例:
[{ "role": "user", "content": "Hello!" }]The maximum number of tokens to generate.
必填范围:
1 <= x <= 8192Sampling temperature. Higher values make output more random.
必填范围:
0 <= x <= 2示例:
1
Penalizes repeated tokens based on their frequency in the text so far.
必填范围:
-2 <= x <= 2Penalizes tokens that have already appeared in the text.
必填范围:
-2 <= x <= 2If true, stream partial message deltas using SSE.
Sequences where the model will stop generating further tokens.