仕様
モダリティ
入力
text
出力
text
サポートされているパラメータ
include_reasoning
logprobs
max_tokens
presence_penalty
reasoning
response_format
seed
structured_outputs
temperature
tool_choice
tools
top_logprobs
top_p
最大出力トークン
65,536コード例
curl https://api.fastmetal.ai/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model": "qwen3.7-max",
"messages": [{"role": "user", "content": "Hello!"}]
}'