仕様
モダリティ
入力
text
出力
text
コード例
curl https://api.fastmetal.ai/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model": "Qwen3-Coder-480B-A35B-Instruct-FP8",
"messages": [{"role": "user", "content": "Hello!"}]
}'