- Model
alibaba/qwen-3-14b- Provider
vercel-ai-gateway- API
anthropic-messages- Base URL
https://ai-gateway.vercel.sh- Input
- text
- Reasoning
- Yes
- Context window
- 40,960
- Max tokens
- 16,384
- Cost / million input
- $0.12
- Cost / million output
- $0.24
- Cost / million cache read
- $0
- Cost / million cache write
- $0
Model config JSON
{
"providers": {
"vercel-ai-gateway": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "alibaba/qwen-3-14b",
"name": "Qwen3-14B",
"reasoning": true,
"input": [
"text"
],
"contextWindow": 40960,
"maxTokens": 16384,
"cost": {
"input": 0.12,
"output": 0.24,
"cacheRead": 0,
"cacheWrite": 0
}
}
],
"api": "anthropic-messages",
"baseUrl": "https://ai-gateway.vercel.sh"
}
}
}