perceptronVision
Perceptron: Perceptron Mk1.5
Try in chat →Perceptron Mk1.5 is Perceptron's embodied reasoning model for physical agents. It accepts text, image, video, and audio input, and answers with text plus optional structured annotations: points, boxes, polygons, tracks,...
Context
37k tokens
Input / 1M tokens
$0.15
Output / 1M tokens
$1.50
Benchmark
—
Uptime & performance
Loading…
Pricing
Input tokens$0.15 per 1M tokens
Output tokens$1.50 per 1M tokens
Apps and activity
Loading…
Technical details
Model IDperceptron/perceptron-mk1.5
Context window37k tokens
Input modalitiestext, image, video, audio
Output modalitiestext
TokenizerOther
Max output tokens8,192
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: 'perceptron/perceptron-mk1.5',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use Perceptron: Perceptron Mk1.5?
Try it in the browser first, then get an API key and start making requests in minutes.