Sakana model page

Sakana: Sakana Namazu

sakana/sakana-namazu

Sakana Namazu is a Japanese-specialized reasoning model from Sakana AI, based on Kimi K2.6 with additional training for Japanese language and business contexts. It is suited for Japanese instruction following,...

TextVisionTool callingReasoningLong context
Input / 1M
$1.24
Output / 1M
$5.20
Context
262K
Markup
30%

Use this model through UAI

A dedicated public landing page for this synced catalog row.

Provider
Sakana

Synced from the active catalog

Context window
262K tokens

Validated for gateway requests

UAI input
$1.24

Charged from your UAI balance

UAI output
$5.20

Same API key and billing flow

This page exists for direct linking, onboarding, and SEO. The same model row powers /v1/models, the public catalog, the app pricing screen, and request validation for /v1/chat/completions.

Why use this model through UAI

The same model route, but with one account, one balance, and one API shape.

Reasoning workloads

Use Sakana: Sakana Namazu for multi-step prompts, planning, and deeper analysis while keeping the same OpenAI-compatible UAI endpoint.

Long-context inputs

Sakana: Sakana Namazu exposes 262K tokens, which makes it a good fit for large documents, transcripts, and retrieval-heavy chat flows.

Multimodal prompts

The synced capabilities for this row indicate image or vision support, so you can route multimodal requests through the same UAI account and billing flow.

Pricing and access

Current synced numbers for this exact model row.

UAI input / 1M tokens
$1.24
UAI output / 1M tokens
$5.20
Sakana input / 1M
$0.95
Sakana output / 1M
$4.00
Context window
262,144
Current markup
30%

Need another option? Browse the full models catalog or compare rows in the signed-in pricing table.

Quickstart

Use this model with your UAI key over the standard OpenAI-compatible route.

Create a key in API Keys, then send requests to https://uai.sh/v1/chat/completions.

curl
curl https://uai.sh/v1/chat/completions \
  -H "Authorization: Bearer uai-YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "sakana/sakana-namazu",
    "messages": [{"role": "user", "content": "Say hi in one short sentence."}],
    "stream": false
  }'
Python (OpenAI SDK)
from openai import OpenAI

client = OpenAI(base_url="https://uai.sh/v1", api_key="uai-YOUR_API_KEY")
response = client.chat.completions.create(
    model="sakana/sakana-namazu",
    messages=[{"role": "user", "content": "Say hi in one short sentence."}],
    stream=False
)
print(response.choices[0].message.content)
Node.js (OpenAI SDK)
import OpenAI from "openai";

const client = new OpenAI({
  baseURL: "https://uai.sh/v1",
  apiKey: "uai-YOUR_API_KEY"
});

const response = await client.chat.completions.create({
  model: "sakana/sakana-namazu",
  messages: [{ role: "user", content: "Say hi in one short sentence." }],
  stream: false
});

console.log(response.choices[0].message.content);

Related models

Other active rows to compare without leaving the public catalog.

sakana
Sakana: Fugu Max
sakana/fugu-max
Input / 1M$2.60
Context1M tokens
sakana
Sakana: Fugu Ultra
sakana/fugu-ultra
Input / 1M$6.50
Context1M tokens
sakana
Sakana: Fugu Ultra v2
sakana/fugu-ultra-v2
Input / 1M$6.50
Context1M tokens