# ByteDance: doubao-seed-2.1-turbo

- Model ID: `doubao-seed-2.1-turbo`
- Provider: ByteDance
- Web version: https://www.moleapi.com/en/models/doubao/doubao-seed-2.1-turbo
- Content status: catalog

## Model introduction

Doubao Seed model by ByteDance for general chat, writing, coding assistance, and tool-assisted workflows.

## Model capabilities

- OpenAI compatible

### 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.45 / 1M tokens
- Output: $2.3 / 1M tokens

### Access protocols

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

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

## About doubao-seed-2.1-turbo

Doubao Seed model by ByteDance for general chat, writing, coding assistance, and tool-assisted 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":"doubao-seed-2.1-turbo","messages":[{"role":"user","content":"Hello"}]}'
```

## More related models

- [doubao-seedream-4-0-250828](https://www.moleapi.com/en/models/doubao/doubao-seedream-4-0-250828) — ByteDance
- [doubao-seed-2-0-code-preview-260215](https://www.moleapi.com/en/models/doubao/doubao-seed-2-0-code-preview-260215) — ByteDance
- [doubao-seed-2-0-lite-260215](https://www.moleapi.com/en/models/doubao/doubao-seed-2-0-lite-260215) — ByteDance

## Frequently asked questions

### How is doubao-seed-2.1-turbo priced?

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

### How can I access doubao-seed-2.1-turbo?

The catalog currently lists openai.

### How do I switch an existing project to doubao-seed-2.1-turbo?

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

### Where do the doubao-seed-2.1-turbo details come from?

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