Seedance 2.0 20% छूट | Video Generator में बनाएँ →
B
baidu/ernie-4.5-vl-424b-a47b

baidu/ernie-4.5-vl-424b-a47b

123,000 context · $0.42/M input tokens · $1.25/M output tokens

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...

Pricing

Pay-per-use

No upfront costs, pay only for what you use

Input$0.42 / M Tokens
Output$1.25 / M Tokens

Try the model

baidu/ernie-4.5-vl-424b-a47b
Online
B
Hi! I am a helpful AI assistant. What can I do for you?

API Usage

Use the following code examples to integrate with our API:

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://llm.wavespeed.ai/v1"
)

response = client.chat.completions.create(
    model="baidu/ernie-4.5-vl-424b-a47b",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)

print(response.choices[0].message.content)

Model Introduction

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 p

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 using a heterogeneous MoE architecture and modality-isolated routing to enable high-fidelity cross-modal reasoning, image understanding, and long-context generation (up to 131k tokens). Fine-tuned with techniques like SFT, DPO, UPO, and RLVR, this model supports both “thinking” and non-thinking inference modes. Designed for vision-language tasks in English and Chinese, it is optimized for efficient scaling and can operate under 4-bit/8-bit quantization.


Why It Looks Great

  • Large Language Model architecture for efficient processing
  • 123000 context window for long document handling
  • Competitive pricing at $0.5/$1.4 per million tokens

Key Features

  • Context Window: 123000 tokens
  • Max Output: 16000 tokens
  • Vision: Supported
  • Function Calling: Supported

Specifications

SpecificationValue
ProviderBaidu
Model TypeLarge Language Model (LLM)
ArchitectureN/A
Context Window123000 tokens
Max Output16000 tokens
InputText
OutputText
VisionSupported
Function CallingSupported

Pricing

Token TypeCost per Million Tokens
Input$0.5
Output$1.4

How to Use

  1. Write your prompt — describe the task, provide context, and specify desired output format.
  2. Submit — the model processes your request and returns the response.

API Integration

Base URL: https://llm.wavespeed.ai/v1 API Endpoint: chat/completions Model ID: baidu/ernie-4.5-vl-424b-a47b


API Usage

Python SDK

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://llm.wavespeed.ai/v1"
)

response = client.chat.completions.create(
    model="baidu/ernie-4.5-vl-424b-a47b",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)

print(response.choices[0].message.content)

cURL

curl https://llm.wavespeed.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "baidu/ernie-4.5-vl-424b-a47b",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Notes

  • Model: baidu/ernie-4.5-vl-424b-a47b
  • Provider: Baidu

Info

Providerbaidu
Typellm

Supported Functionality

Input
TextImage
Output
Text
Context123,000
Max Output16,000
Vision✓ Supported
Function Calling-

API Access Guide

Base URLhttps://llm.wavespeed.ai/v1
API Endpointchat/completions
Model IDbaidu/ernie-4.5-vl-424b-a47b

Ernie 4.5 Vl 424b A47b API

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...

Input

$0.42 /M

Output

$1.25 /M

Context

123K

Max Output

16K

Vision

Supported

Try Ernie 4.5 Vl 424b A47b on WaveSpeedAI

Access Ernie 4.5 Vl 424b A47b through our unified API — OpenAI-compatible, no cold starts, transparent pricing.

Frequently Asked Questions about Ernie 4.5 Vl 424b A47b

How much does Ernie 4.5 Vl 424b A47b cost via the API?+

Pricing on WaveSpeedAI: $0.42 per million input tokens and $1.25 per million output tokens. Prompt caching and batch processing are billed separately and reduce effective cost on long, repetitive workloads.

What is the context window of Ernie 4.5 Vl 424b A47b?+

Ernie 4.5 Vl 424b A47b supports up to 123K tokens of context with up to 16K tokens of output per request.

Is Ernie 4.5 Vl 424b A47b OpenAI-compatible?+

Yes. WaveSpeedAI exposes Ernie 4.5 Vl 424b A47b through an OpenAI-compatible endpoint at https://llm.wavespeed.ai/v1. Point the official OpenAI SDK at this base URL with your WaveSpeedAI API key — no other code changes required.

How do I get started with Ernie 4.5 Vl 424b A47b?+

Sign in to WaveSpeedAI, create an API key in Access Keys, then send a request to https://llm.wavespeed.ai/v1/chat/completions with model id set to the value shown above. New accounts receive free credits to evaluate Ernie 4.5 Vl 424b A47b before paying per token.

Related LLM APIs