kilo-autoVision
Auto Balanced
Great balance of price and capability.
Context
1M 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 IDkilo-auto/balanced
Context window1M tokens
Input modalitiestext, image
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: 'kilo-auto/balanced',
messages: [{ role: 'user', content: 'Hello!' }],
})