sakanaVision
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,...
Context
262k tokens
Input / 1M tokens
$0.95
Output / 1M tokens
$4
Benchmark
—
Pricing
Input tokens$0.95 per 1M tokens
Output tokens$4 per 1M tokens
Cache read$0.15 per 1M tokens
Technical details
Model IDsakana/sakana-namazu
Context window262k tokens
Input modalitiestext, image, file
Output modalitiestext
TokenizerOther
Max output tokens65,536
Use with MegaBrain
import OpenAI from 'openai'
const client = new OpenAI({
baseURL: 'https://getmegabrain.com/api/gateway/v1',
apiKey: process.env.MEGABRAIN_API_KEY,
})
const response = await client.chat.completions.create({
model: 'sakana/sakana-namazu',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use Sakana: Sakana Namazu?
Get an API key and start making requests in minutes.
Get an API key