Models / Sao10K
Sao10K

Llama 3.1 70B Hanami x1

sao10k/l3.1-70b-hanami-x1

This is [Sao10K](/sao10k)'s experiment over [Euryale v2.2](/sao10k/l3.1-euryale-70b).

Input
$3.9 / 1M tokens
Output
$3.9 / 1M tokens
Context
16K tokens

Capabilities

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

Call this model

Pass sao10k/l3.1-70b-hanami-x1 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.1-70b-hanami-x1",
    "messages": [{"role":"user","content":"Hello!"}]
  }'

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