Models / Chat / EXAONE 3.5 32B Instruct API
EXAONE 3.5 32B Instruct API
Chat
32B bilingual model by LG AI Research with SOTA long-context performance, instruction-tuned for English/Korean.
Try our EXAONE API

Free
API Usage
How to use EXAONE 3.5 32B InstructModel CardPrompting EXAONE 3.5 32B InstructApplications & Use CasesEXAONE 3.5 32B Instruct API Usage
Endpoint
lgai/exaone-3-5-32b-instruct
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: "Qwen/QwQ-32B"
});
console.log(response.choices[0].message.content)
RUN INFERENCE
from together import Together
client = Together()
response = client.chat.completions.create(
model="lgai/exaone-3-5-32b-instruct",
messages=[
{
"role": "user",
"content": "What are some fun things to do in New York?"
}
]
)
print(response.choices[0].message.content)
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: "lgai/exaone-3-5-32b-instruct"
});
console.log(response.choices[0].message.content)
How to use EXAONE 3.5 32B Instruct
Model details
Prompting EXAONE 3.5 32B Instruct
Applications & Use Cases
Model Provider:
LG AI Research
Type:
Chat
Variant:
Instruct
Parameters:
32B
Deployment:
✔ Serverless
✔ On-Demand Dedicated
✔ Monthly Reserved
Quantization
Context length:
32K
Pricing:
Free
Check pricing
Run in playground
Deploy model
Quickstart docs
Quickstart docs
Serverless
Monthly Reserved
Looking for production scale? Deploy on a dedicated endpoint
Deploy EXAONE 3.5 32B Instruct on a dedicated endpoint with custom hardware configuration, as many instances as you need, and auto-scaling.
