mb-autoVision
Auto Best Coding
Premium coding across the Kimi, GLM, and MiniMax subscriptions (the mb-kimi-glm combo).
Context
200k tokens
Input / 1M tokens
$0.33
Output / 1M tokens
$1.95
Benchmark
—
Pricing
Input tokens$0.33 per 1M tokens
Output tokens$1.95 per 1M tokens
Cache read$0.03 per 1M tokens
Cache write$0.41 per 1M tokens
ImageFree per image
Technical details
Model IDmb-auto/best-coding
Context window200k tokens
Input modalitiestext, image
Output modalitiestext
TokenizerOther
Max output tokens128,000
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: 'mb-auto/best-coding',
messages: [{ role: 'user', content: 'Hello!' }],
})