Seedance 2.0 %20 İNDİRİM | Video Generator ile oluşturun →
B
baidu/ernie-4.5-300b-a47b

baidu/ernie-4.5-300b-a47b

123,000 context · $0.28/M input tokens · $1.10/M output tokens

ERNIE-4.5-300B-A47B is a 300B parameter Mixture-of-Experts (MoE) language model developed by Baidu as part of the ERNIE 4.5 series. It activates 47B parameters per token and supports text generation in...

Fiyatlandırma

Kullandıkça öde

Ön ödeme yok, yalnızca kullandığınız kadar ödeyin

Giriş$0.28 / M Tokens
Çıkış$1.10 / M Tokens

Modeli dene

baidu/ernie-4.5-300b-a47b
Çevrimiçi
B
Merhaba! Yardımcı bir yapay zeka asistanıyım. Size nasıl yardımcı olabilirim?

API Kullanımı

API'mizle entegre etmek için aşağıdaki kod örneklerini kullanın:

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-300b-a47b",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)

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

Model Tanıtımı

Baidu ernie-4.5-300b-a47b

ERNIE-4.5-300B-A47B is a 300B parameter Mixture-of-Experts (MoE) language model developed by Baidu as part of the ERNIE 4.5 series. It activates 47B p

ERNIE-4.5-300B-A47B is a 300B parameter Mixture-of-Experts (MoE) language model developed by Baidu as part of the ERNIE 4.5 series. It activates 47B parameters per token and supports text generation in both English and Chinese. Optimized for high-throughput inference and efficient scaling, it uses a heterogeneous MoE structure with advanced routing and quantization strategies, including FP8 and 2-bit formats. This version is fine-tuned for language-only tasks and supports reasoning, tool parameters, and extended context lengths up to 131k tokens. Suitable for general-purpose LLM applications with high reasoning and throughput demands.


Why It Looks Great

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

Key Features

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

Specifications

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

Pricing

Token TypeCost per Million Tokens
Input$0.3
Output$1.2

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-300b-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-300b-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-300b-a47b",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Notes

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

Bilgi

Sağlayıcıbaidu
Türllm

Desteklenen İşlevsellik

Giriş
Metin
Çıkış
Metin
Bağlam123,000
Maks. Çıkış12,000
Vision-
Function Calling-

API Erişim Kılavuzu

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

Ernie 4.5 300b A47b API

baidu/ernie-4.5-300b-a47b

ERNIE-4.5-300B-A47B is a 300B parameter Mixture-of-Experts (MoE) language model developed by Baidu as part of the ERNIE 4.5 series. It activates 47B parameters per token and supports text generation in...

Giriş

$0.28 /M

Çıkış

$1.1 /M

Bağlam

123K

Maks. Çıkış

12K

Ernie 4.5 300b A47b'i WaveSpeedAI'da deneyin

Birleşik API'miz aracılığıyla Ernie 4.5 300b A47b'e erişin — OpenAI uyumlu, soğuk başlatma yok, şeffaf fiyatlandırma.

Ernie 4.5 300b A47b hakkında sık sorulan sorular

Ernie 4.5 300b A47b API ücreti ne kadar?+

WaveSpeedAI fiyatlandırması: milyon giriş tokenı başına $0.28 ve milyon çıkış tokenı başına $1.10. Prompt caching ve toplu işleme ayrı faturalanır ve uzun, tekrar eden yüklerde etkin maliyeti düşürür.

Ernie 4.5 300b A47b'in bağlam penceresi nedir?+

Ernie 4.5 300b A47b istek başına 123K bağlam tokenını ve 12K çıkış tokenını destekler.

Ernie 4.5 300b A47b OpenAI uyumlu mu?+

Evet. WaveSpeedAI, Ernie 4.5 300b A47b modelini https://llm.wavespeed.ai/v1 adresindeki OpenAI uyumlu endpoint üzerinden sunar. Resmi OpenAI SDK'sını WaveSpeedAI API anahtarınızla bu base URL'ye yöneltin — başka kod değişikliği gerekmez.

Ernie 4.5 300b A47b'e nasıl başlarım?+

WaveSpeedAI'a giriş yapın, Access Keys'te bir API anahtarı oluşturun, ardından yukarıda gösterilen model id ile https://llm.wavespeed.ai/v1/chat/completions adresine bir istek gönderin. Yeni hesaplar Ernie 4.5 300b A47b'i değerlendirmek için ücretsiz krediler alır.

İlgili LLM API'leri