Back to Models
B

ERNIE 4.5 21B

Baidu/baidu/ernie-4.5-21b-a3b
Chat

Efficient ERNIE model

Input Price

$0.07

per 1M tokens

Output Price

$0.28

per 1M tokens

Context

128K

tokens

Modalities

text

Model ID

baidu/ernie-4.5-21b-a3b

Pricing Breakdown

DirectionPer 1K tokensPer 1M tokens
Input$0.00007000$0.0700
Output$0.00028000$0.2800

Quick Start

from openai import OpenAI

client = OpenAI(
    api_key="dg-your-api-key",
    base_url="https://api.doggiegateway.com/v1"
)

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

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

How It Works

Doggie Gateway routes your request to Baidu's API through OpenRouter. You get the best available pricing and automatic fallback if a provider is unavailable.

Pay-per-use pricing
No monthly fees
OpenAI-compatible API

Ready to use ERNIE 4.5 21B?

Create an account, get your API key, and start making API calls in under a minute.