Baltor Get started

Models

solar-pro3

By Upstage. Unknown parameters, a context window of 131,072 tokens, licence Unknown.

Facts

Released
Unknown
Licence
Unknown
Open weights
No models.dev records whether the weights are open models.dev, read
Parameters
Unknown
Active parameters
Unknown
Knowledge cutoff
2025-03 the knowledge cutoff models.dev records models.dev, read
Context window
  • 131,072 tokens the context limit models.dev records for the maker's own API models.dev, read
Longest output
  • 8,192 tokens the output limit models.dev records for the maker's own API models.dev, read
Tool calling
  • Yes models.dev records tool_call as true models.dev, read
Structured output
Unknown
Reasoning controls
  • Yes models.dev records reasoning as true models.dev, read
Inputs and outputs
text in, text out models.dev, read
Good for
  • Reasoning: models.dev records it as a reasoning model models.dev, read

Prices

Each provider's own price in US dollars per million tokens, as an openly licensed source lists it
ProviderInputOutputContextAs ofSource
Upstage0.250 USD0.250 USD131,072models.dev, read

Run it on your own hardware

No source lists weight files or a parameter count for this model, so its memory needs are Unknown.

Use it from your harness

Set up for Upstage with the model solar-pro3. Each endpoint page has the same setup for its own address.

OpenCode

Put this in opencode.json in your project folder:

{
  "$schema": "https://opencode.ai/config.json",
  "provider": {
    "upstage": {
      "npm": "@ai-sdk/openai-compatible",
      "name": "Upstage",
      "options": {
        "baseURL": "https://api.upstage.ai/v1/solar",
        "apiKey": "{env:UPSTAGE_API_KEY}"
      },
      "models": {
        "solar-pro3": {
          "name": "solar-pro3",
          "limit": {
            "context": 131072,
            "output": 8192
          }
        }
      }
    }
  }
}
  • OpenCode reads any OpenAI-compatible address through the @ai-sdk/openai-compatible package, and an address that speaks the Responses API through @ai-sdk/openai.

From OpenCode documentation, read .

Pi

Put this in ~/.pi/agent/models.json:

{
  "providers": {
    "upstage": {
      "baseUrl": "https://api.upstage.ai/v1/solar",
      "api": "openai-completions",
      "apiKey": "$UPSTAGE_API_KEY",
      "models": [
        {
          "id": "solar-pro3"
        }
      ]
    }
  }
}
  • The apiKey field can name an environment variable as $NAME.

From Pi documentation, read .

Codex

Codex speaks only the Responses API, and Upstage documents no Responses address. A gateway that offers one can sit in between.

  • Codex speaks the Responses API only: responses is the one supported wire API of a custom provider. Ollama and LM Studio are built in and start with --oss.

From Codex documentation, read .

Claude Code

Claude Code sends Anthropic Messages requests, and Upstage documents no such address. A gateway that translates to that API can sit in between.

  • Claude Code sends Anthropic Messages requests to ANTHROPIC_BASE_URL. Anthropic says it does not support routing Claude Code to models other than Claude through any gateway, so some features may not work with another model.

From Claude Code documentation, read .

Published results

These are results other people published. Baltor did not run them and does not rank models by them.

Two more publishers are linked, never copied, because their terms do not allow it:

  • Artificial Analysis publishes its own intelligence, speed and price measurements.
  • OpenRouter lists current prices and uptime for each provider it routes to.

Sources of this page