LGAI-EXAONE
K-EXAONE-236B-A23B
Model APIsRun this model inference with a simple API call.
Learn moreDedicated EndpointsRun this model inference on single tenant GPU with unmatched speed and reliability at scale.
Learn moreContainerRun this model inference with full control and performance in your environment.
Learn moreGet help setting up a custom Dedicated Endpoints.
Talk with our engineer to get a quote for reserved GPU instances with discounts.
Model provider

LGAI-EXAONE
Pricing
Cached Input
$0.1 / 1M tokens
from openai import OpenAI
import os
client = OpenAI(
api_key=os.getenv("API_KEY"),
base_url="https://api.friendli.ai/serverless/v1",
)
completion = client.chat.completions.create(
model="LGAI-EXAONE/K-EXAONE-236B-A23B",
extra_body={
"chat_template_kwargs": {
"enable_thinking": True
}
},
messages=[
{"role": "system", "content": "You are a helpful assistant."},
{"role": "user", "content": "Tell me a funny joke."},
],
)
print(completion.choices[0].message.content)
from openai import OpenAI
import os
client = OpenAI(
api_key=os.getenv("API_KEY"),
base_url="https://api.friendli.ai/serverless/v1",
)
completion = client.chat.completions.create(
model="LGAI-EXAONE/K-EXAONE-236B-A23B",
extra_body={
"chat_template_kwargs": {
"enable_thinking": True
}
},
messages=[
{"role": "system", "content": "You are a helpful assistant."},
{"role": "user", "content": "Tell me a funny joke."},
],
)
print(completion.choices[0].message.content)
A 236B MoE model excelling at reasoning, agentic tool use, and multilingual tasks including Korean, with native 256K context support.