upstage

Upstage: Solar Mini 4

Try in chat →

Solar Mini 4 is Upstage's compact, cost-efficient language model, a 35B-parameter mixture-of-experts with 3B active parameters and a 524K context window. It is built for agentic use cases where response...

Context
524k tokens
Input / 1M tokens
$0.05
Output / 1M tokens
$0.20
Benchmark

Uptime & performance

Loading…

Pricing

Input tokens$0.05 per 1M tokens
Output tokens$0.20 per 1M tokens
Cache read$0.01 per 1M tokens

Apps and activity

Loading…

Technical details

Model IDupstage/solar-mini4
Context window524k tokens
Input modalitiestext
Output modalitiestext
TokenizerOther
Max output tokens131,072

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-mini4',
  messages: [{ role: 'user', content: 'Hello!' }],
})

Ready to use Upstage: Solar Mini 4?

Try it in the browser first, then get an API key and start making requests in minutes.