Description
Solar Pro 3 is Upstage's powerful Mixture-of-Experts (MoE) language model. With 102B total parameters and 12B active parameters per forward pass, it delivers exceptional performance while maintaining computational efficiency. Optimized for Korean with English and Japanese support.
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: Upstage: Solar Pro 3 (upstage/solar-pro-3)
curl https://api.ridvay.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{
"model": "upstage/solar-pro-3",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the Upstage: Solar Pro 3 model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'Supported Modalities
- Text
API Pricing
- Input: 0.15$ / 1M tokens
- Output: 0.6$ / 1M tokens
Token Limits
- Max Output: 128,000 tokens
- Max Context: 128,000 tokens
Subscription Tiers
- free
- pro
- ultimate