upstage

Upstage: Solar Pro 3

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...

Context
128k tokens
Input / 1M tokens
$0.15
Output / 1M tokens
$0.60
Benchmark

Pricing

Input tokens$0.15 per 1M tokens
Output tokens$0.60 per 1M tokens
Cache read$0.01 per 1M tokens

Technical details

Model IDupstage/solar-pro-3
Context window128k tokens
Input modalitiestext
Output modalitiestext
TokenizerOther

Use with MegaBrain

import OpenAI from 'openai'

const client = new OpenAI({
  baseURL: 'https://getmegabrain.com/api/gateway/v1',
  apiKey: process.env.MEGABRAIN_API_KEY,
})

const response = await client.chat.completions.create({
  model: 'upstage/solar-pro-3',
  messages: [{ role: 'user', content: 'Hello!' }],
})

Ready to use Upstage: Solar Pro 3?

Get an API key and start making requests in minutes.

Get an API key