baiduVision
Baidu: ERNIE 4.5 VL 424B A47B
ERNIE-4.5-VL-424B-A47B is a multimodal Mixture-of-Experts (MoE) model from Baidu’s ERNIE 4.5 series, featuring 424B total parameters with 47B active per token. It is trained jointly on text and image data...
Context
131k tokens
Input / 1M tokens
$0.42
Output / 1M tokens
$1.25
Benchmark
—
Pricing
Input tokens$0.42 per 1M tokens
Output tokens$1.25 per 1M tokens
Technical details
Model IDbaidu/ernie-4.5-vl-424b-a47b
Context window131k tokens
Input modalitiesimage, text
Output modalitiestext
TokenizerOther
Max output tokens16,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: 'baidu/ernie-4.5-vl-424b-a47b',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use Baidu: ERNIE 4.5 VL 424B A47B ?
Get an API key and start making requests in minutes.
Get an API key