japan-vibes LLM japan-vibes LLM

Sakana Namazu

LLM with Japanese Vibes 日本の感性で、考え、動くLLM

Sakana Namazu is an LLM that combines a deep understanding of Japanese culture with high-performance reasoning capabilities. Combining web search and code execution, it handles complex tasks across a wide range of business scenarios. Switching from your current model is easy. Please give it a try. Sakana Namazuは日本文化に対する深い理解と高性能な推論能力を兼ね備えたLLMです。Web検索やコード実行を組み合わせて様々なビジネスシーンにおける複雑なタスクをこなすことができます。今お使いのモデルから簡単に切り替えることができます。ぜひお試しください。

Not yet available in the EU/EEA while we work toward compliance with GDPR and EU-specific regulations. GDPR等のEU/EEA固有規制への対応を進めており、現在はEU・EEA域内ではご利用いただけません。

What is
Sakana Namazu?
Sakana Namazu
とは

LLM with Japanese Vibes 日本の感性で、考え、動くLLM

Sakana Namazu is a Japanese-specialized LLM from Sakana AI. Built on the open model Kimi K2.6 and tuned with our in-house data for Japanese and Japanese business work, designed to be an LLM that is genuinely useful in Japanese business settings. Sakana Namazu は、Sakana AI が提供する日本語特化のLLMです。オープンモデル Kimi K2.6 をベースに、社内独自のデータで日本語と日本の業務にあわせてチューニングし、日本のビジネスシーンで役立つLLMを目指して作られました。

01

Specialized for Japanese Business Contexts 日本語と日本の業務文脈に特化

Handles business documents and email in natural Japanese, keigo and business customs included. The more your work runs on Japanese, the more Sakana Namazu shines. 敬語や商習慣を踏まえた自然な日本語で、業務文書やメールをそのまま処理できます。日本語でのやり取りが中心の業務ほど、Sakana Namazuは力を発揮します。

02

High-Performance Problem-Solving 高性能な問題解決能力

Ask once, and the model itself searches the web, writes and runs code, and carries complex tasks through to the end. 一度頼めば、モデル自身がWebを調べ、コードを書いて動かしながら、複雑なタスクを最後までこなします。

03

Switch with a Single Settings Change 切り替えは、設定を変えるだけ

Change one connection setting, and the code and tools you use today just work. 接続先の設定を1か所変えるだけで、今お使いのコードやツールがそのまま動きます。

Quick Start 使い方

Keep Your OpenAI SDK — Start in Minutes いつもの OpenAI SDK のまま、すぐ使えます

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. API キーを取得して base_url を書き換えるだけ。数行の変更で、既存のコードやツールからそのまま Sakana Namazu を呼び出せます。

  1. 01

    Get an API key APIキーを取得

    Create an account in the API Console and issue a key. API Console でアカウントを作成し、キーを発行。

  2. 02

    Change the Settings 設定を変える

    Point the SDK at Namazu and set the model to sakana-namazu — the only code change. 接続先を差し替え、モデル名に sakana-namazu を指定。コードの変更はそれだけです。

  3. 03

    Run as usual そのまま実行

    Your existing workflow just runs. Web search and code execution work through the same API, as they are. 既存のワークフローがそのまま動作。Web検索やコード実行も、同じAPIからそのまま使えます。

curl https://api.sakana.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_SAKANA_API_KEY" \
  -d '{
    "model": "sakana-namazu",
    "messages": [{"role": "user", "content": "こんにちは!"}]
  }'
from openai import OpenAI

client = OpenAI(    base_url="https://api.sakana.ai/v1",    api_key="YOUR_SAKANA_API_KEY",)

response = client.chat.completions.create(    model="sakana-namazu",    messages=[{"role": "user", "content": "こんにちは!"}],
)
print(response.choices[0].message.content)
import OpenAI from "openai";

const client = new OpenAI({  baseURL: "https://api.sakana.ai/v1",  apiKey: "YOUR_SAKANA_API_KEY",});

const response = await client.chat.completions.create({  model: "sakana-namazu",  messages: [{ role: "user", content: "こんにちは!" }],
});
console.log(response.choices[0].message.content);
Pricing 料金

Pricing ご利用料金

No monthly fee — you pay only for the text and image tokens you process and your use of web search and code execution. 月額費用はなく、お支払いは処理したテキスト・画像のトークン量と、Web検索・コード実行を使った分だけです。

sakana-namazu
Input 入力
$0.95
≈ ¥152 JPY約 ¥152 JPY
/ 1M tokens
Output 出力
$4.00
≈ ¥640 JPY約 ¥640 JPY
/ 1M tokens
Context length コンテキスト長
256K
tokens トークン

Tool usage ツール利用料

Web search Web検索
$7.00
≈ ¥1,120 JPY約 ¥1,120 JPY
/ 1,000 calls, page contents included / 1,000回・ページ本文の取得込み
Code execution コード実行
$0.12
≈ ¥19 JPY約 ¥19 JPY
/ hour, session persisted / 時間・セッション保持

Yen amounts are reference prices converted at US$1 = ¥160. Actual billing is in US dollars. 円表記は 1ドル=160円で換算した参考価格です。実際のご請求は米ドル建てとなります。

Capabilities モデル性能

Sakana Namazu Performance Sakana Namazuの性能

Keeps the capabilities of frontier open-source models, with answers tailored to the Japanese context. The strengths of Sakana Namazu and the technical details are covered in our blog. フロンティアOSSの能力を保ちながらも、日本の文脈に合わせて回答。 Sakana Namazu の強み、技術的な詳細は Blog で解説しています。

ベースモデル Kimi K2.6 とのベンチマーク比較
Benchmarks vs. the Kimi K2.6 base — advanced reasoning and problem-solving (AIME26 for mathematical reasoning, MMLU-Pro for broad knowledge and reasoning, LiveCodeBench v6 for coding) retain the base model’s high performance, while understanding of Japanese and Japan-specific contexts (JFBench for instruction understanding and response quality in Japanese, our in-house Japanese translation benchmark, and FairPoliticsQA for neutral responses that avoid bias toward any single country’s values) surpasses the base across the board — most notably FairPoliticsQA, which jumps from 34.10% to 56.30%. ベースモデル Kimi K2.6 との比較では、高度な推論・問題解決能力 (数学的推論の AIME26・幅広い知識と推論力の MMLU-Pro・コーディングの LiveCodeBench v6) はベースの高い性能を維持しつつ、日本語・日本固有の文脈への理解力 (日本語の指示理解・応答品質の JFBench・日本語翻訳の社内ベンチマーク Translation・特定の国の価値観に偏らない中立な回答の FairPoliticsQA) はすべてでベースを上回りました。特に FairPoliticsQA は 34.10% から 56.30% へと大幅に向上しています。
Use Cases ユースケース

What You Can Do with Sakana Namazu Sakana Namazu でできること

Sakana Namazu shows its strength across a wide range of business use cases and personal development projects. Here are a few examples. 様々なビジネスユースケース、個人開発においてSakana Namazuは能力を発揮することができます。以下にいくつかのユースケースをお見せします。

CASE 01

The Monday-Morning Market Research Report 毎週月曜朝の市場調査レポート

Fri 6/12 18:30金 6/12 18:30
Inbox受信トレイ 0
weekly-research-agent — run logweekly-research-agent — 実行ログ idle待機中
✓ Registered · runs every Sun 23:00✓ 登録完了 ・ 毎週 日曜 23:00 に実行
Powered by Sakana Namazu
API cost $0.00APIコスト ¥0
1The user asks for market research, in Japaneseユーザーが日本語で市場調査を依頼It reads the request precisely and drafts its own research plan指示を正確に理解し、調査計画を自分で立てるJapanese understanding日本語理解
2Gathers information broadly幅広く情報を集めるIterates web_search repeatedly to gather what it needs必要な情報を集めるため web_search を繰り返すProblem-solving問題解決能力
3Analyzes the numbers it gathered集めた数字を分析Writes and runs code itself for aggregation and chartsコードを書いて実行し、集計・作図まで自分でこなすCode executionコード実行
4Writes the reportレポートを作成Structured into facts / interpretation / implications, in natural Japanese自然な日本語で事実/解釈/示唆に構造化して出力Japanese output日本語生成

This demo shows the UI of a research agent built on the Sakana Namazu API. The research reports are based on public information from June through July 2026, and company names in the findings are generalized to the sector level. この画面は、Sakana Namazu API で構築した調査エージェントのデモUIです。調査レポートは、2026年6月から7月にかけての公開情報に基づいて作成したものです。調査結果に含まれる企業名は、分野レベルに一般化されています。

From planning the research, through repeated web searches and cross-checking findings, to drafting the report — it runs to completion, no human in the loop. You register your instructions in Japanese just once, and every Monday morning a fresh report is waiting in your inbox. Advanced research work becomes a weekly routine that runs on its own. 調査計画の立案から、Web検索の繰り返し、集めた情報の突き合わせ、レポートのたたき台執筆まで、人手を挟まず完走。日本語の指示を一度登録しておくだけで、毎週月曜の朝には最新のレポートが受信トレイに届きます。これまで担当者が半日かけていた高度な調査業務が、勝手にまわる毎週の定常業務になります。

CASE 02

Automated Customer Support + Order Data Analysis カスタマーサポートの自動化+受注データ分析

Support Console サポートコンソール
Inbox 受信トレイ 0 handled today 0件 処理済み (本日)
Today: 120 auto-replied · 7 escalated · API cost $0.78 本日:自動返信 120件 ・ 担当者へ引き継ぎ 7件 ・ APIコスト ¥125
Monthly Report — CS & Orders (July 2026) 月次レポート — CS・受注分析 (2026年7月) Auto-generated 自動生成
TL;DR要約 July inquiries totaled 3,847 cases, with a first-response time of 38 seconds and an automated resolution rate reaching a record high of 94.2%. API usage cost was kept to approximately $0.0061 per case, and response time was reduced by 92% compared to manual handling. 7月の問い合わせは3,847件となり、一次応答時間は38秒、自動解決率は過去最高の94.2%を達成した。API利用コストは1件あたり約¥1.0に抑えられ、人手比較で応答が92%短縮されている。
Emails handled処理件数 0 +12% MoM前月比 +12%
Auto-resolution rate自動解決率 94.2% +1.8pt
Avg. first response平均一次応答 38s38秒 −92%
Cost per inquiry平均処理コスト $0.006¥1.0 $23.62 / month月間 ¥3,779
Shipping配送状況1,462 · 38%1,462・38%
Returns & exchanges返品・交換1,000 · 26%1,000・26%
Product specs商品仕様808 · 21%808・21%
Otherその他577 · 15%577・15%

1. Monthly Summary1. 月次サマリー

  • July handled 3,847 cases, a 12% increase month-over-month, responding to rising inquiry volume.7月の処理件数は3,847件で前月比12%増となり、問い合わせ増加に対応した。
  • The automated resolution rate improved by 1.8 percentage points MoM to 94.2%, setting a new record high.自動解決率は94.2%と前月比1.8ポイント改善し、過去最高を記録した。
  • API cost was approximately $23.62 for the month, or about $0.0061 per case, maintaining high cost performance.APIコストは月間約3,779円で1件あたり約1.0円と低く、高コストパフォーマンスを維持した。

2. Inquiry Trends2. 問い合わせ動向

  • Delivery status inquiries totaled 1,462 cases, down 12% MoM, helped by shorter shipping lead times.配送状況の問い合わせは1,462件で前月比12%減となり、出荷リードタイム短縮が寄与した。
  • Returns and exchanges totaled 1,000 cases, up 9% MoM, with size-related issues after the new product launch accounting for roughly 60%.返品・交換は1,000件で前月比9%増となり、新商品発売後のサイズ起因が約6割を占めた。

3. Reconciliation with Order Data3. 受注データとの突き合わせ

  • The return rate improved by 0.4 percentage points MoM to 2.1%, indicating an overall upward trend in quality.返品率は2.1%と前月比0.4ポイント改善し、全体的な品質は向上傾向にある。
  • Damage reports totaled 23 cases, of which 21 cases were concentrated in dinnerware set manufacturing lot L-0729.破損報告は23件で、うち21件が食器セットの製造ロットL-0729に集中している。

4. Improvement Proposals4. 改善提案

  • Since size-related exchanges for the new product account for 60%, improvements to size labeling and consideration of a try-on feature are needed.新商品のサイズ起因交換が6割を占めるため、サイズ表記の改善や試着機能の検討が必要である。
  • Because 21 damage cases are concentrated in dinnerware set lot L-0729, inventory verification and a review of shipping suspension are necessary.食器セットのロットL-0729で破損が21件集中しているため、在庫確認と出荷停止の検討が必要である。
1Replies to inquiry emails問い合わせメールに返信Auto-responds in polite, natural Japanese敬語の自然な日本語で自動応答Japanese-first日本語特化
2Handles inquiries at volume大量の問い合わせを処理High throughput at a low unit price高スループットを低単価でさばくLow cost低単価
3Builds the monthly report月次レポートを作成Cross-checks and analyzes order data, then writes it up受注データと突合・分析して自動生成Analytics分析

This demo shows the UI of a support console built on the Sakana Namazu API. The names, companies, emails, order data and operational figures such as case counts, resolution rates and response times are all fictional scenario values. この画面は、Sakana Namazu API で構築したサポートコンソールのデモUIです。人名・社名・メール・注文データのほか、処理件数・解決率・応答時間などの運用数値はすべて架空のシナリオ値です。

From reading inquiry emails and replying in natural, polite Japanese, to cross-checking order and return data and producing monthly reports — end to end. Each of these everyday tasks is small, but across a company they add up to a serious budget line. Sakana Namazu handles high-volume routine work at a low unit price, keeping AI spend under control. 問い合わせメールの読解・日本語として自然な敬語での返信から、受注・返品データとの突き合わせ、月次の分析レポートまで一気通貫。こうした日常のタスクは、1件ずつは小さくても、全社で積み上がると大きな予算項目になります。Sakana Namazu は大量の日常タスクを低単価で処理し、AI 予算の膨張を足元から抑えます。

CASE 03

A Fish-Swarm Light Show from a Single Topic お題ひとつで、魚群のライトショーを演出

The video is a recording of an actual performance staged by an agent built on the Sakana Namazu API. 映像は、Sakana Namazu API で構築したエージェントによる上演を収録したものです。

Sakana Namazu’s image-recognition and problem-solving capabilities can be put to work across a wide range of use cases. This demo shows Sakana Namazu directing a swarm of 1,000 fish to form a series of motifs along the theme “the world of the sea.” An agent built on Sakana Namazu thinks about which motifs suit the theme and gathers reference images from the web. It then reproduces each image with the fish swarm by specifying coordinate-based positions. This demo is one example of Sakana Namazu’s ability to think, see, and act. Sakana Namazu がもつ画像認識能力と問題解決能力は、様々なユースケースに活用できます。このデモでは、「海の世界」というテーマに沿ってSakana Namazuが1,000匹の魚群を操作し、様々なモチーフを形作る様子が示されています。Sakana Namazuをベースとしたエージェントはテーマに沿ってどのようなモチーフが良いかを考え、その参考画像をwebから収集します。その上で、座標ベースで位置を指定することでその画像を魚群を用いて再現します。このデモはSakana Namazu「考え、見て、動かす」能力を活用した一例となります。

FAQ

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. See the Quick Start section above for working code. Sakana Namazu は OpenAI 互換 API を通じて利用できます。既存のクライアントやコーディングハーネスを、API キーとともに Sakana Namazu のエンドポイントに向けてリクエストを送るだけです。SDK の移行は必要ありません。具体的なコードは上の Quick Start セクションをご覧ください。

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. Sakana Fugu が複数のフロンティアモデルを編成 (オーケストレーション) して性能を引き出すサービスであるのに対し、Sakana Namazu は独自に追加学習した単一の自社モデルが単体で動作する API サービスです。

By default, your inputs may be used to train and improve our models. You can opt out at any time from the Console settings. See our Privacy Policy for details. 初期設定では、ご入力いただいたデータをモデルの学習・改良に利用する場合があります。学習への利用は、Console の設定からいつでもオプトアウトできます。詳細はプライバシーポリシーをご確認ください。

Not at the moment — billing is denominated in US dollars. Yen-denominated payment is available with our Enterprise plan, so please reach out via Contact Us. 現時点では対応しておらず、請求は米ドル建てのみです。法人プランでは円建てのお支払いにも対応可能ですので、Contact Us よりお問い合わせください。

At present, we cannot guarantee that data processing is completed entirely within Japan. 現時点では、データの処理を日本国内で完結させることは保証しておりません。

We start from the open model Kimi K2.6 and apply our own additional training to strengthen Japanese performance and make responses more neutral. Details will be covered on our technical blog. 公開モデル Kimi K2.6 をベースに、日本語性能と回答の中立性を高めるための追加学習を独自に行っています。詳細は技術ブログでご紹介します。

It excels at problem-solving tasks with Japanese-language instructions. It is also worth considering if you are running frontier models at high volume today and want to bring that cost down. 日本語の指示を含む問題解決タスクに強みがあります。また、現在フロンティアモデルを大量に活用していて、そのコストを抑えたい場合にもご検討いただけます。

Contact Us お問い合わせ

Ready to build with Sakana Namazu ? Sakana Namazu を使った開発を始めてみませんか?

Just change the settings — you can start today. For enterprise use, we can discuss requirements such as billing in Japanese Yen, invoice-based payment, region selection, and zero data retention. Get in touch. 設定を変えるだけで、今日からはじめられます。法人でのご利用では、円建て支払い・請求書払い・リージョン指定・ゼロデータ保持 (zero data retention) など、さまざまな要件に合わせてご相談いただけます。お気軽にお問い合わせください。

Start Building 今すぐはじめる