upstage/solar-mini4Solar 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...
| Token type | USD / 1M | INR / 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.
Call Upstage: Solar Mini 4 through the supported APIs shown above — just set the base URL and your AICredits key.
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.