Models / Chat / Upstage SOLAR Instruct v1 (11B)
Upstage SOLAR Instruct v1 (11B)
LLM
LLM excelling in NLP tasks, delivering state-of-the-art performance among models under 30B parameters.
Try our Upstage SOLAR API

API Usage
How to use Upstage SOLAR Instruct v1 (11B)Model CardPrompting Upstage SOLAR Instruct v1 (11B)Applications & Use CasesAPI Usage
Endpoint
upstage/SOLAR-10.7B-Instruct-v1.0
RUN INFERENCE
curl -X POST "https://api.together.xyz/v1/chat/completions" \
-H "Authorization: Bearer $TOGETHER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "upstage/SOLAR-10.7B-Instruct-v1.0",
"messages": [{"role": "user", "content": "What are some fun things to do in New York?"}]
}'
JSON RESPONSE
RUN INFERENCE
from together import Together
client = Together()
response = client.chat.completions.create(
model="upstage/SOLAR-10.7B-Instruct-v1.0",
messages=[{"role": "user", "content": "What are some fun things to do in New York?"}],
)
print(response.choices[0].message.content)
JSON RESPONSE
RUN INFERENCE
import Together from "together-ai";
const together = new Together();
const response = await together.chat.completions.create({
messages: [{"role": "user", "content": "What are some fun things to do in New York?"}],
model: "upstage/SOLAR-10.7B-Instruct-v1.0",
});
console.log(response.choices[0].message.content)
JSON RESPONSE
Model Provider:
Upstage AI
Type:
Chat
Variant:
Instruct
Parameters:
11B
Deployment:
✔ Serverless ✔ Dedicated
Quantization
FP16
Context length:
4096
Pricing:
$0.30
Run in playground
Deploy model
Quickstart docs
Quickstart docs
How to use Upstage SOLAR Instruct v1 (11B)
Model details
Prompting Upstage SOLAR Instruct v1 (11B)
Applications & Use Cases
Looking for production scale? Deploy on a dedicated endpoint
Deploy Upstage SOLAR Instruct v1 (11B) on a dedicated endpoint with custom hardware configuration, as many instances as you need, and auto-scaling.
