# Baidu: ernie-4.5-turbo-vl-32k

- Model ID: `ernie-4.5-turbo-vl-32k`
- Provider: Baidu
- Web version: https://www.moleapi.com/en/models/baidu/ernie-4.5-turbo-vl-32k
- Content status: catalog

## Model introduction

ERNIE multimodal model by 百度 for text, image, visual understanding, and conversational analysis.

## Model capabilities

- OpenAI compatible
- Vision

### 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: $0.495 / 1M tokens
- Output: $1.43 / 1M tokens

### Access protocols

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

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

## About ernie-4.5-turbo-vl-32k

ERNIE multimodal model by 百度 for text, image, visual understanding, and conversational analysis.

### 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-4.5-turbo-vl-32k","messages":[{"role":"user","content":"Hello"}]}'
```

## More related models

- [ernie-5.1](https://www.moleapi.com/en/models/baidu/ernie-5.1) — Baidu
- [ernie-5.0-thinking-preview](https://www.moleapi.com/en/models/baidu/ernie-5.0-thinking-preview) — Baidu
- [ernie-4.5-300b-a47b](https://www.moleapi.com/en/models/baidu/ernie-4.5-300b-a47b) — Baidu
- [gpt-5.6-luna](https://www.moleapi.com/en/models/openai/gpt-5.6-luna) — OpenAI
- [gpt-5.6-sol](https://www.moleapi.com/en/models/openai/gpt-5.6-sol) — OpenAI
- [gpt-5.6-terra](https://www.moleapi.com/en/models/openai/gpt-5.6-terra) — OpenAI

## Frequently asked questions

### How is ernie-4.5-turbo-vl-32k priced?

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

### How can I access ernie-4.5-turbo-vl-32k?

The catalog currently lists openai.

### How do I switch an existing project to ernie-4.5-turbo-vl-32k?

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

### Where do the ernie-4.5-turbo-vl-32k details come from?

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