sakutto
Generative AI· sakana-namazu-v1.0

Sakana Namazu: Pricing and Setup for the Japanese-Specialised LLM API

Sakana AIJapanese LLMLLM API
Sakana Namazu: Pricing and Setup for the Japanese-Specialised LLM API

What Sakana Namazu is

Sakana Namazu is a Japanese-specialised large language model API that Sakana AI opened for use on August 3, 2026. It is meant to be wired into your own applications and internal systems rather than used through a chat window.

Sakana Namazu at a glance (from the official blog and product page)

Available from
August 3, 2026 (usable the same day from the API Console)
Model name
sakana-namazu (billed as sakana-namazu-v1.0)
Base model
Moonshot AI's open model Kimi K2.6
Interface
OpenAI-compatible API (https://api.sakana.ai/v1)
Built-in tools
Web search, code execution
Not available in
EU/EEA, the UK, Switzerland
View official source →
Today we are releasing Sakana Namazu, an API powered by an updated version of the large language model that has been running inside Sakana Chat. It is an LLM specialized for the Japanese language and for the way business is done in Japan, with web search and code execution available as built-in tools. If you already have code written against an OpenAI-compatible API, rewriting `base_url` is all it takes to start using it. — From the opening note covering the release, the built-in tools, and the interface
View official source →
Not yet available in the EU/EEA, the UK, or Switzerland while we work toward compliance with GDPR and other region-specific regulations. — The notice behind the "Not available in" row of the table above

Kimi K2.6 underneath, with extra training for Japanese

The foundation is Kimi K2.6, the open model published by Moonshot AI. An open model is one whose weights — the trained parameters themselves — are published, so anyone can run it in their own environment. Sakana AI layered its own in-house data on top to adapt the model to Japanese and to the way work gets done in Japanese companies.

Accuracy in Japanese was not the only target. The company also lists reducing unnecessary refusals on certain topics and limiting bias in outputs as things it tuned for. In practice, when a model is handling internal documents and email written in Japanese, whether it gets honorific register and business convention right is what decides if it is usable. That is what this tuning is aimed at.

This is not the first time the company has built a product on top of an open model, but the design differs from Sakana Fugu. Fugu orchestrates several frontier models — the top-tier models from multiple vendors — while Namazu is a single additionally-trained in-house model working on its own.

View official source →
It is built on Kimi K2.6, the open model published by Moonshot AI. Using our own in-house data, we adapted the model to Japanese and to Japanese business contexts, and we also tuned it to reduce unnecessary refusals on certain topics and to limit bias in its outputs. — From the description of the base model and what the additional training covered
View official source →
Sakana Fugu orchestrates multiple frontier models to deliver its performance, whereas Sakana Namazu is a single in-house model — refined with our own additional training — that works on its own as an API. — From the FAQ entry setting out the design difference between Fugu and Namazu

It is the API cut of the model that ran inside Sakana Chat

The name itself is not new. Namazu was already the model inside the company's Sakana Chat service, and this release updates it and exposes it as an API. Sakana AI says it has kept updating the model since Sakana Chat launched, and that this version improves on earlier ones in both the quality of its Japanese responses and its ability to carry out work as an agent — meaning to use tools and keep going without step-by-step instruction.

The company is also open about what prompted the release. Since Sakana Chat launched, it had repeatedly heard the same request: people wanted to call this model from their own products and workflows through an API. Its framing is that the choice of LLM APIs able to handle real work in Japanese remains limited, with frontier models costing a lot and raw open models leaving open questions about quality and data handling. Namazu is pitched at the gap between the two.

View official source →
We have kept updating the model since Sakana Chat first launched, and this version improves on earlier ones both in the quality of its Japanese responses and in its ability to carry out work as an agent. / Ever since Sakana Chat launched, we have heard the same request many times over: people wanted to use this model from their own products and workflows through an API. / At the same time, the choice of LLM APIs that can handle real work in Japanese is still limited. Frontier models are costly, and using an open model as it comes leaves open questions about quality and about how data is handled. — From the relationship to Sakana Chat and the stated reason for building the API

Web search and code execution are built in

The other notable piece is that web search and code execution ship as standard tools. You do not have to stand up your own search service or execution sandbox; both are callable from the same API.

The use case Sakana AI leads with assumes exactly that combination: a market research report that lands every Monday morning and runs end to end with no human in the loop, from drawing up the research plan through repeated web searches, cross-checking findings, and writing the report. Chaining several stages while calling tools is the same capability that agent evaluations such as Sakana AI CoffeeBench are built to measure.

View official source →
The first is generating market research reports automatically. A report lands every Monday morning, and the model runs the entire job on its own, from drawing up the research plan through repeated web searches, cross-checking what it finds, and writing the report itself. What supports this long, multi-stage workflow is the strong agentic ability inherited from the base model, together with the web search tool that comes as standard. — From the described use case built on the standard web search tool

Pricing and performance

Billing is per token. A token is the small unit a model uses to read and write text; the volume you send and the volume that comes back become token counts, and the bill scales with them.

Sakana Namazu pricing, per 1M tokens (official pricing page)

ItemPriceNote
Input$0.95
Output$4.00Thinking tokens billed at the same rate
Cached input$0.15
Web search$7.00 / 1,000 callsQuery and page fetch each count as one
Code execution$0.12 / hourBilled by session retention time
View official source →
Token pricing for sakana-namazu-v1.0 per 1M tokens. / Input $0.95 / Output $4.00 / Cached input $0.15 / Thinking tokens are billed at the same rate as output tokens. / Web search $7.00 per 1,000 calls (search queries and page body fetches each count as one call) / Code execution $0.12 per hour (session retained) — From the token pricing table and the tool usage table

Pay-as-you-go with no monthly fee, and tools billed on the side

Sakana Namazu has no monthly plan and no subscription. You pay for the tokens you use, full stop. The company's other service, Sakana Fugu, carries plans from $20 to $200 a month, so the two are billed on different principles entirely.

What deserves attention is that web search and code execution stack on top of the token bill. Sakana AI explains that enabling these tools makes a single API request run several model calls internally. Search results and fetched page bodies are re-sent as input tokens on subsequent internal calls, so input consumption grows. The shared prefix is served from cache at the discounted rate, but the cost structure is still harder to read than plain chat usage. If you are running it as an agent, measure one real workflow before you estimate.

View official source →
Standard $20/month / Pro $100/month / Max $200/month / When built-in tools such as web search or code execution are enabled, a single API request runs multiple model calls internally — the model calls a tool, receives the result, and reasons again (the "agent loop"). Charges are calculated as follows: / Input tokens — Each internal call re-sends the full prompt, including the conversation history and all tool results so far. Search results, fetched web page content, and code execution output are therefore billed as input tokens on subsequent internal calls. The input token count in the response's usage object is the total across all internal calls. / Cached input tokens — The prompt prefix shared between internal calls is typically served from the prompt cache and reported as cached_tokens (a subset of the input token count). Cached tokens are billed at the discounted cached-input rate, so input cost grows slowly even in long loops. — From Fugu's monthly plan table and the explanation of token accounting with built-in tools

The Japanese benchmarks all came in above the base model

Sakana AI's two claims about performance are that reasoning and problem-solving hold the base model's level, and that Japanese and Japan-specific contexts came in above it. The first is stated to have been checked on AIME26 (mathematical reasoning), MMLU-Pro (broad knowledge and reasoning), and LiveCodeBench v6 (coding).

The standout on the second is FairPoliticsQA, which measures whether answers stay neutral rather than leaning toward the values of any one country. It moved from 34.10% to 56.30%. The company also reports beating the base model on JFBench, which measures instruction following in Japanese, and on a Japanese-English translation task that accounts for Japan-specific proper nouns and honorific language.

FairPoliticsQA score (figures published by Sakana AI)

Kimi K2.6 (base)34.10%
Sakana Namazu56.30%
View official source →
It outperformed the base model on all of the following: JFBench, which measures instruction following in Japanese; a Japanese-English translation task that accounts for Japan-specific proper nouns and honorific language; and FairPoliticsQA, which measures whether answers stay neutral rather than leaning toward the values of any one country. / The gain on FairPoliticsQA is especially large, rising from 34.10% to 56.30% — From the Japanese benchmark results and the size of the FairPoliticsQA gain

These are first-party numbers, and the only comparison is the base model

One caveat before you read anything into the figures. What has been published is Sakana AI's own measurement, and the only point of comparison is the base model, Kimi K2.6. There is no table putting it beside other vendors' Japanese-capable models.

The company notes that the Japanese-English translation task and FairPoliticsQA are internal benchmarks it built itself, which outsiders cannot inspect. JFBench is a public benchmark developed by Preferred Networks, but the measurement came with its own conditions: 200 items sampled from each of the constraint counts 1, 2, 4, and 8. No concrete figures appear in the post for the reasoning benchmarks such as AIME26 — only the claim that the base model's strong performance was maintained.

The direction of travel is as described. But you cannot use these numbers to rank it against another vendor's model, and that is the accurate way to read them.

View official source →
JFBench is a benchmark developed by Preferred Networks for measuring instruction-following ability in Japanese. For this evaluation, we sampled 200 items from each of the constraint counts 1, 2, 4, and 8. The Japanese-English translation task and FairPoliticsQA are internal benchmarks we built ourselves. — From the note on where the benchmarks come from and how they were measured

Setup and constraints

Getting started is deliberately low-friction. There are, however, a few constraints worth checking before you commit.

Getting started with Sakana Namazu

Step 1
Create an account in the API Console and issue an API key
Step 2
Point the endpoint at https://api.sakana.ai/v1 and set the model name to sakana-namazu
Step 3
Run your existing code as-is (web search and code execution come from the same API)

Rewriting the endpoint and model name is enough

Because it is served as an OpenAI-compatible API, there is no SDK to swap out. What Sakana AI shows is code using OpenAI's Python SDK with the endpoint and key replaced and sakana-namazu given as the model name. The snippet below follows the official sample, with the key read from an environment variable.

import os
from openai import OpenAI

client = OpenAI(
    base_url="https://api.sakana.ai/v1",
    api_key=os.environ["SAKANA_API_KEY"],
)
response = client.chat.completions.create(
    model="sakana-namazu",
    messages=[{"role": "user", "content": "Hello!"}],
)

Calling it from an existing coding assistant follows the same pattern. As with running Sakana Fugu inside Claude Code, swapping the endpoint is the whole trick. Request bodies are assembled as JSON, so tidying the message array and tool definitions visually before you send them makes it much faster to isolate what went wrong when a call misbehaves.

Free ToolJSON Formatter & ValidatorPretty-print or minify JSON data. Catch syntax errors instantly with line numbers and tree view.Try it now →

View official source →
Keep Your OpenAI SDK — Start in Minutes / Get an API key and update the base_url. / That's all. / With just a few lines changed, your existing code and tools can call Sakana Namazu directly. / Sakana Namazu is available through an OpenAI-compatible API. / Point your existing client or coding harness at the Sakana Namazu endpoint with your API key and start sending requests — no SDK migration required. — From the quick-start section and the FAQ entry on getting started

Not available in the EU, the UK, or Switzerland

Availability is the thing to check first. Sakana Namazu currently cannot be used in the EU/EEA, the UK, or Switzerland. The notice at the top of the product page says the company is still working toward compliance with GDPR and other region-specific regulations.

Where processing happens also needs attention. Sakana AI states plainly that it cannot guarantee data processing is completed entirely within Japan. Workloads that carry a domestic-processing requirement cannot simply be moved onto it. Do not assume that a model built in Japan is one that stays inside Japan.

View official source →
At present, we cannot guarantee that data processing is completed entirely within Japan. — From the FAQ entry on where data processing takes place

Inputs feed training unless you opt out

One more setting to check before business data goes anywhere near it. Left at the defaults, your inputs may be used to train and improve the models. Sakana AI says you can opt out at any time from the Console settings, but the default sits on the "may be used" side.

Billing has a constraint too. Charges are denominated in US dollars only, with yen-denominated payment available on the Enterprise plan. If your accounting process has to handle a currency conversion, that is worth squaring with internal rules up front.

View official source →
By default, your inputs may be used to train and improve our models. You can opt out at any time from the Console settings. / Not at the moment — billing is denominated in US dollars. / Yen-denominated payment is available with our Enterprise plan. — From the FAQ entries on training use and on payment currency

Conclusion: where Sakana Namazu fits

The position Sakana AI stakes out is between frontier models and open models — the former described as costly, the latter as leaving open questions about quality and data handling, with Namazu priced to fill the gap. What it should suit is high-volume work where natural Japanese actually matters: internal documents, customer enquiries, and the like. What the published information does not yet give you is grounds to switch away from another vendor on the basis of measured performance.

The practical move is to start with high-volume, Japanese-heavy processing. Swap the endpoint in existing code, run it against your own data, and measure both quality and real cost. Decide from that, and you never have to lean on the benchmark figures. If you are subject to EU, UK, or Swiss availability or to domestic-processing requirements, check the terms before any of that.

For the lineage of the Kimi models underneath, see our explainer on Kimi K3. Sakana AI's other work is covered in its partnership with NVIDIA. When you are assembling requests to send to the API, straightening out the JSON structure first tends to save time.

Free ToolJSON Formatter & ValidatorPretty-print or minify JSON data. Catch syntax errors instantly with line numbers and tree view.Try it now →

FAQ

Q. How much does Sakana Namazu cost?
There is no monthly fee — you pay per token. Per 1M tokens it is $0.95 for input, $4.00 for output, and $0.15 for cached input. Web search and code execution are billed separately as built-in tools, at $7.00 per 1,000 calls and $0.12 per hour respectively.
Sakana AI API Console — Pricing (Sakana Namazu token pricing and tool usage)
There are no monthly fees or subscription plans — Sakana Namazu is billed purely on a pay-as-you-go (per-token) basis. Built-in tools (web search and code execution) are billed separately. / Input $0.95 / Output $4.00 / Cached input $0.15 / Web search $7.00 per 1,000 calls (search queries and page body fetches each count as one call) / Code execution $0.12 per hour (session retained) Sakana AI API Console — Pricing (Sakana Namazu token pricing and tool usage)
Q. Can I reuse code I already wrote against OpenAI?
Yes. It is served as an OpenAI-compatible API, so pointing base_url at the Sakana AI endpoint and swapping the API key and model name is enough. Sakana AI states explicitly that no SDK migration is required. Web search and code execution are callable from the same API.
Sakana Namazu product page — FAQ (How do I get started with Sakana Namazu?)
Point your existing client or coding harness at the Sakana Namazu endpoint with your API key and start sending requests — no SDK migration required. Sakana Namazu product page — FAQ (How do I get started with Sakana Namazu?)
Q. How is it different from the base model, Kimi K2.6?
The foundation is Kimi K2.6 itself, with Sakana AI's own additional training layered on top. The stated aims are stronger Japanese performance and more neutral responses. Technical details are promised in a future engineering post.
Sakana Namazu product page — FAQ (How does Sakana Namazu differ from the base model (Kimi K2.6)?)
We start from the open model Kimi K2.6 and apply our own additional training to strengthen Japanese performance and make responses more neutral. Sakana Namazu product page — FAQ (How does Sakana Namazu differ from the base model (Kimi K2.6)?)
Q. Will my input be used to train the model?
By default it may be. Sakana AI states that inputs may be used to train and improve its models unless you opt out, and that the opt-out is available at any time from the Console settings. Worth checking before you route business data through it.
Sakana Namazu product page — FAQ (Is my data used to train the model?)
By default, your inputs may be used to train and improve our models. You can opt out at any time from the Console settings. Sakana Namazu product page — FAQ (Is my data used to train the model?)

Related Tools

Related Tool Categories

Articles