Solar Pro 3

Upstage chatreasoningtool_use

API ID: upstage/solar-pro-3

Input Price
$0.15
/1M tokens
Output Price
$0.60
/1M tokens

About Solar Pro 3

Solar Pro 3 is a budget-friendly general-purpose model from Upstage with long context (131k), suitable for conversations, content creation, and general AI tasks.

💰
Price Ranking
#780 lowest price among 1240 Chat models

Model Specifications

Context Length
131k
Max Output
131k
Release Date
2026-01-27
Capabilities
chat reasoning tool_use
Input Modalities
text
Output Modalities
text

Best For

  • Complex reasoning, math problems, multi-step logic
  • Conversations, content writing, general assistance

Consider Alternatives For

  • Image understanding (needs vision capability)
  • Simple Q&A (cheaper models available)

💰 Real-World Cost Examples

Estimated monthly costs for common use cases

Personal AI Assistant
$0.25
/month
50 conversations/day, ~500 tokens each
Customer Service Bot
$7.65
/month
1000 tickets/day, ~800 tokens each
Data Analysis Pipeline
$10.57
/month
500 analyses/day, ~2k tokens each

Similar Models from Other Providers

Cross-brand alternatives with similar capabilities

Thedrummer Rocinante 12B
Input: $0.25
Output: $0.50
Context: 66k
Alibaba Qwen Qwen3 VL 30B A3B Instruct
Input: $0.15
Output: $0.60
Context: 262k
Meta Llama 4 Maverick
Input: $0.15
Output: $0.60
Context: 1.0M
OpenAI GPT-4o-mini Search Preview
Input: $0.15
Output: $0.60
Context: 128k

🚀 Quick Start

Get started with Solar Pro 3 API

OpenAI-compatible SDK
from openai import OpenAI

client = OpenAI(
    base_url="https://api.provider.com/v1",
    api_key="YOUR_API_KEY"
)

response = client.chat.completions.create(
    model="upstage/solar-pro-3",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)
print(response.choices[0].message.content)