# Baidu: ernie-5.0-thinking-preview

- Model ID: `ernie-5.0-thinking-preview`
- Provider: Baidu
- Web version: https://www.moleapi.com/en/models/baidu/ernie-5.0-thinking-preview
- Content status: catalog

## Model introduction

ERNIE reasoning model by 百度 for complex problem solving, analysis, coding, and agent workflows.

## Model capabilities

- OpenAI compatible
- Reasoning

### Verified specifications

- Catalog status: Currently available on MoleAPI
- Compatible protocols: openai
- Available billing groups: Standard

## Model pricing and access

Pricing is supplied dynamically by the MoleAPI console API.

### Standard (default, x1)

- Input: $1.1 / 1M tokens
- Output: $2 / 1M tokens

### Access protocols

| Protocol | Method | Endpoint |
| --- | --- | --- |
| openai | POST | /v1/chat/completions |

- Live pricing source: https://home.moleapi.com/api/pricing

## About ernie-5.0-thinking-preview

ERNIE reasoning model by 百度 for complex problem solving, analysis, coding, and agent workflows.

### Sources

- [MoleAPI console pricing catalog](https://home.moleapi.com/api/pricing) — MoleAPI

## Code examples

### cURL

```bash
curl https://api.moleapi.com/v1/chat/completions \
  -H "Authorization: Bearer $MOLEAPI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"ernie-5.0-thinking-preview","messages":[{"role":"user","content":"Hello"}]}'
```

## More related models

- [ernie-5.1](https://www.moleapi.com/en/models/baidu/ernie-5.1) — Baidu
- [ernie-4.5-300b-a47b](https://www.moleapi.com/en/models/baidu/ernie-4.5-300b-a47b) — Baidu
- [ernie-4.5-turbo-128k](https://www.moleapi.com/en/models/baidu/ernie-4.5-turbo-128k) — Baidu
- [gemini-3-flash-preview-thinking](https://www.moleapi.com/en/models/google/gemini-3-flash-preview-thinking) — Google
- [gemini-2.5-flash-nothinking](https://www.moleapi.com/en/models/google/gemini-2.5-flash-nothinking) — Google
- [gemini-2.5-pro-thinking-128](https://www.moleapi.com/en/models/google/gemini-2.5-pro-thinking-128) — Google

## Frequently asked questions

### How is ernie-5.0-thinking-preview priced?

Prices are read from the MoleAPI console API and update with model prices, context tiers, and account groups.

### How can I access ernie-5.0-thinking-preview?

The catalog currently lists openai.

### How do I switch an existing project to ernie-5.0-thinking-preview?

Keep the MoleAPI API address and key, replace the model parameter, and check protocol-specific parameters.

### Where do the ernie-5.0-thinking-preview details come from?

Only confirmed availability, pricing, and protocol details from the MoleAPI catalog are included.
