# DeepSeek: deepseek-v3.1-terminus

- Model ID: `deepseek-v3.1-terminus`
- Provider: DeepSeek
- Web version: https://www.moleapi.com/en/models/deepseek/deepseek-v3.1-terminus
- Content status: catalog

## Model introduction

DeepSeek model by DeepSeek for general chat, writing, coding assistance, and tool-assisted workflows.

## Model capabilities

- OpenAI compatible
- Prompt cache

### 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.58 / 1M tokens
- Output: $1.74 / 1M tokens
- Cache read: $0.464 / 1M tokens

### Access protocols

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

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

## About deepseek-v3.1-terminus

DeepSeek model by DeepSeek 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":"deepseek-v3.1-terminus","messages":[{"role":"user","content":"Hello"}]}'
```

## More related models

- [deepseek-v4-flash](https://www.moleapi.com/en/models/deepseek/deepseek-v4-flash) — DeepSeek
- [deepseek-v4-pro](https://www.moleapi.com/en/models/deepseek/deepseek-v4-pro) — DeepSeek
- [deepseek-v4-flash-260425](https://www.moleapi.com/en/models/deepseek/deepseek-v4-flash-260425) — DeepSeek
- [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 deepseek-v3.1-terminus priced?

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

### How can I access deepseek-v3.1-terminus?

The catalog currently lists openai.

### How do I switch an existing project to deepseek-v3.1-terminus?

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

### Where do the deepseek-v3.1-terminus details come from?

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