- Model
accounts/fireworks/models/qwen3p6-plus- Provider
fireworks- API
anthropic-messages- Base URL
https://api.fireworks.ai/inference- Input
- text, image
- Reasoning
- Yes
- Context window
- 128,000
- Max tokens
- 8,192
- Cost / million input
- $0.5
- Cost / million output
- $3
- Cost / million cache read
- $0.1
- Cost / million cache write
- $0
Model config JSON
{
"providers": {
"fireworks": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "accounts/fireworks/models/qwen3p6-plus",
"name": "Qwen 3.6 Plus",
"reasoning": true,
"input": [
"text",
"image"
],
"contextWindow": 128000,
"maxTokens": 8192,
"cost": {
"input": 0.5,
"output": 3,
"cacheRead": 0.1,
"cacheWrite": 0
}
}
],
"api": "anthropic-messages",
"baseUrl": "https://api.fireworks.ai/inference"
}
}
}