Publication confirms the /v1/chat/completions route; it does not claim features the contract has not documented.
Baidu
AvailableERNIE 4.5 Turbo 128K
API ID: baidu/ernie-4.5-turbo-128k
ERNIE is published through NexoRouter for text generation, conversation, summarization, extraction, and general product workflows.
- Type
- Chat
- Input / generation
- $0.12 / 1M tokens
- Output
- $0.49 / 1M tokens
- Endpoint
/v1/chat/completions
Overview
baidu/ernie-4.5-turbo-128k is presented as a chat model from Baidu. Start with an OpenAI-compatible call and evaluate it against your product's prompts, language, and quality criteria.
The displayed price is NexoRouter's approved public price, not an internal cost or supplier discount.
Context, tools, benchmarks, latency, TTFT, and availability appear only when they have a source and measurement window.
Provider & route
baidu/ernie-4.5-turbo-128k is exposed by NexoRouter under the verified Baidu catalog mapping below. This is the delivery contract customers should use, not a promise of additional upstream routes.
baidu/ernie-4.5-turbo-128k/v1/chat/completionsAvailableProvider names describe the reviewed catalog mapping. NexoRouter does not claim multi-provider failover for a model unless it is measured and published separately.
Pricing
Public usage pricing for this model ID. The unit changes by endpoint: not every model is billed by tokens.
- Input / generation
- $0.12 / 1M tokens
- Cached input
- $0.03 / 1M tokens
- Output
- $0.49 / 1M tokens
Cost estimator
Estimate a request with the current public price for this exact model ID.
Estimate only. Actual usage, rounding, cached tokens, media parameters, and the final billing ledger determine the charged amount.
Prices are published after commercial review. A supplier update creates a review; it never exposes supplier discounts, orders, or internal costs.
Performance
Performance metrics are published only after NexoRouter has enough model-specific production observations and a defined measurement window.
Tokens per second require streaming observations for this exact model ID.
A gateway response time is not the same as model inference latency, so the two are not mixed.
TTFT appears only when streaming timestamps are available for a representative sample.
No benchmark or chart is synthesized from another provider. These fields will populate only from NexoRouter measurements with a sample size and time window.
Activity
Privacy-preserving, aggregate model activity from NexoRouter gateway logs. No prompts, API keys, user identities, or IP addresses are exposed.
This page waits for at least 10 aggregate attempts in the current seven-day window before publishing a success rate or traffic statistic.
Success rate is computed from NexoRouter gateway outcomes for this model ID. It is not an upstream SLA, quality score, or benchmark.
Integration
NexoRouter exposes this model through /v1/chat/completions. Use a NexoRouter API key and retain the OpenAI-compatible base URL.
curl --fail-with-body 'https://api.nexorouter.com/v1/chat/completions' \
-H "Authorization: Bearer $NEXOROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "baidu/ernie-4.5-turbo-128k",
"messages": [
{
"role": "user",
"content": "Hello"
}
]
}'Chat Completions example using the exact model ID. Adjust messages and parameters for your use case.
Confirm authentication, endpoint, request shape, and limits before copying an integration into production.
Sources & updates
Every profile combines NexoRouter operating data with provider documentation links. A provider link does not become a capability promise until that claim is reviewed and published.
Public route, availability, and price checked in the catalog snapshot: Aug 27, 2026, 12:52 AM UTC.
- NexoRouter catalogNexoRouter published catalogAug 27, 2026, 12:52 AM
- Official documentationBaidu Qianfan model-list API documentationOpen source
Update policy: route evidence targets a 6 h cadence and official-document monitoring, when enabled in production, at least every 24 h. A change creates an internal proposal; claims and translations require human review and are revalidated within 30 days.
FAQ
What is baidu/ernie-4.5-turbo-128k for?
baidu/ernie-4.5-turbo-128k is published for text generation and conversation. Test it against your product's prompts, language, and quality criteria.
What does baidu/ernie-4.5-turbo-128k cost?
The current public price is $0.12 / 1M tokens for input or generation and $0.49 / 1M tokens for output. The visible unit is the billing unit for this endpoint.
What is this model called in the API?
Use baidu/ernie-4.5-turbo-128k exactly as the model ID and call /v1/chat/completions with a NexoRouter API key.
How is usage for this model billed?
NexoRouter records usage in the endpoint's public billing unit. The current published figures are $0.12 / 1M tokens for input or generation and $0.49 / 1M tokens for output; the billing page remains the account ledger.
How reliable is this model on NexoRouter?
NexoRouter has not yet reached the minimum public sample for this model in the current seven-day window. The page will publish aggregate reliability only after at least 10 attempts.
Why are benchmarks, context, or uptime not shown?
We do not publish figures without a verifiable source, method, and measurement window. When NexoRouter has aggregated telemetry and documentation for those fields, they will be added with their provenance.