AICredits logo
upstage

Upstage: Solar Mini 4

upstage/solar-mini4

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

Supported APIs

Chat API
Context
524K
Max output
—
Input / 1M
₹5.04
Cached / 1M
₹0.50
Output / 1M
₹20.14

Pricing

Token typeUSD / 1MINR / 1M
Input$0.050₹5.04
Cached inputprompt cache read$0.0050₹0.50
Output$0.200₹20.14

INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.

Quickstart

Call Upstage: Solar Mini 4 through the supported APIs shown above — just set the base URL and your AICredits key.

cURL — /v1/chat/completions
curl https://api.aicredits.in/v1/chat/completions \
  -H "Authorization: Bearer $AICREDITS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "upstage/solar-mini4",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

New here? Follow the quickstart guide or browse all models.