Upstage / upstage/solar-pro4
Solar Pro 4 - access through LLMTR
Solar Pro 4 is Upstage's flagship model, tuned for agentic work. It is markedly stronger than Solar Pro 3 on document-based tasks, coding, and business workloads. Its 524,288-token context window holds a large codebase or a stack of long documents in one session, and it can emit up to 128K tokens in a single response — the only separate output ceiling in the family. Reasoning is off by default. You select a level with `reasoning_effort` across none, minimal, low, medium, high, xhigh, and max, but the model only begins thinking at `low`: `none` and `minimal` are accepted, return 200, and produce no reasoning tokens at all. When reasoning is on, the trace is returned separately in the response's `reasoning` field and is streamed incrementally as well. It supports native tool/function calling, and every `tool_choice` value works — auto, required, none, and a named choice. It produces JSON object output and structured output that conforms exactly to a supplied schema. Repeating a prompt prefix engages the prompt cache and those tokens are billed at the discounted rate. It accepts text only; image and audio input are not supported. Official language coverage is English, Korean, and Japanese. Reasoning tokens count as output and are drawn from the `max_tokens` budget, so keep it generous while reasoning is on.
Technical specifications
| Canonical ID | upstage/solar-pro4 |
|---|---|
| Provider | Upstage |
| Context window | 524,288 tokens |
| Operations | CHAT_COMPLETIONS |
| Modalities | text |
Pricing
An 8% platform margin applies to credit top-ups; model usage prices are not separately marked up.
| Operation | Metric | Unit | Price |
|---|---|---|---|
| CHAT_COMPLETIONS | INPUT_TEXT | PER_1M_TOKENS | $0.090000 |
| CHAT_COMPLETIONS | CACHE_READ | PER_1M_TOKENS | $0.018000 |
| CHAT_COMPLETIONS | OUTPUT_TEXT | PER_1M_TOKENS | $0.360000 |
Example usage
With existing OpenAI SDK flows, change only the base URL and model identifier.
curl https://llmtr.com/v1/chat/completions -H "Authorization: Bearer llmtr-your_key" -H "Content-Type: application/json" -d '{"model":"upstage/solar-pro4","messages":[{"role":"user","content":"Hello"}]}'
Guides about this model
- Solar Pro 4 pricing: promotion, cache and standard rates - Budget Solar Pro 4 by pricing period, cache hits and total output tokens. A worked example compares both promotional periods and standard rates without adding top-up margin.
- Solar Pro 4 explained: text tasks, agents and practical limits - Evaluate Solar Pro 4 on bounded text tasks, then design document preparation, Turkish acceptance tests and tool permissions as separate parts of your workflow.
- A safe tool calling loop with Upstage Solar Pro 4 - Solar Pro 4 can propose a tool call; authorization, argument validation, local execution and result matching remain responsibilities of your application.
- Upstage Solar Pro 4 versus Pro 3: context, reasoning and price - Solar Pro 4 offers a larger context and a separate output ceiling, while Pro 3 has a smaller workspace; choose by scoring the same prompt under two reasoning conditions.
Related models
- Solar Mini 4 upstage/solar-mini4
- Solar Pro 3 upstage/solar-pro3
- Solar Pro 2 upstage/solar-pro2
- Gemma 4 llmtr/gemma-4
- Qwen 3.6 35B-A3B llmtr/qwen3-6-35b
- Trendyol Asure 12B llmtr/trendyol-asure-12b
- Magibu 11B v8 llmtr/magibu-11b-v8
- Muse Glimmer 30B (Turkey) llmtr/muse-glimmer-30b-tr