Models / Sao10K
Sao10K

Llama 3.3 Euryale 70B

sao10k/l3.3-euryale-70b

Euryale L3.3 70B is a model focused on creative roleplay from [Sao10k](https://ko-fi.com/sao10k). It is the successor of [Euryale L3 70B v2.2](/models/sao10k/l3-euryale-70b).

Input
$0.845 / 1M tokens
Output
$0.975 / 1M tokens
Context
131K tokens

Capabilities

✓ Streaming○ Tool / function calling✓ JSON / structured output○ Vision (image input)

Call this model

Pass sao10k/l3.3-euryale-70b as the model. Change only the base URL from your existing OpenAI SDK setup.

quickstart.sh
curl https://modeldatabase.com/v1/chat/completions \
  -H "Authorization: Bearer $MDB_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "sao10k/l3.3-euryale-70b",
    "messages": [{"role":"user","content":"Hello!"}]
  }'

Prices are final — the routing margin is already included. See the full pricing table or the API docs.