unbiasedVision
Pareto
Try in chat →Pareto is a multimodal composite model built for research, coding, and agentic workflows, while delivering frontier-level performance across a broad range of general-purpose tasks.
Context
262k tokens
Input / 1M tokens
$2.50
Output / 1M tokens
$7.50
Benchmark
—
Pricing
Input tokens$2.50 per 1M tokens
Output tokens$7.50 per 1M tokens
Cache read$0.25 per 1M tokens
Technical details
Model IDunbiased/pareto
Context window262k tokens
Input modalitiestext, image
Output modalitiestext
TokenizerOther
Max output tokens131,072
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: 'unbiased/pareto',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use Pareto?
Try it in the browser first, then get an API key and start making requests in minutes.