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