- Model
upstage/solar-pro-3- Provider
openrouter- API
openai-completions- Base URL
https://openrouter.ai/api/v1- Input
- text
- Reasoning
- Yes
- Context window
- 128,000
- Max tokens
- 4,096
- Cost / million input
- $0.15
- Cost / million output
- $0.6
- Cost / million cache read
- $0.015
- Cost / million cache write
- $0
Model config JSON
{
"providers": {
"openrouter": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "upstage/solar-pro-3",
"name": "Upstage: Solar Pro 3",
"reasoning": true,
"input": [
"text"
],
"contextWindow": 128000,
"maxTokens": 4096,
"cost": {
"input": 0.15,
"output": 0.6,
"cacheRead": 0.015,
"cacheWrite": 0
}
}
],
"api": "openai-completions",
"baseUrl": "https://openrouter.ai/api/v1"
}
}
}