# Mistral: mixtral-8x7b-instruct-v0.1

- Model ID: `mixtral-8x7b-instruct-v0.1`
- Provider: Mistral
- Web version: https://www.moleapi.com/en/models/mistral/mixtral-8x7b-instruct-v0.1
- Content status: catalog

## Model introduction

Mistral model by Mistral 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.7 / 1M tokens
- Output: $0.7 / 1M tokens

### Access protocols

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

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

## About mixtral-8x7b-instruct-v0.1

Mistral model by Mistral 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":"mixtral-8x7b-instruct-v0.1","messages":[{"role":"user","content":"Hello"}]}'
```

## More related models

- [mistral-small-3.2-24b-instruct-2506](https://www.moleapi.com/en/models/mistral/mistral-small-3.2-24b-instruct-2506) — Mistral
- [mistral-large-2512](https://www.moleapi.com/en/models/mistral/mistral-large-2512) — Mistral
- [mistral-nemo-instruct-2407](https://www.moleapi.com/en/models/mistral/mistral-nemo-instruct-2407) — Mistral
- [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 mixtral-8x7b-instruct-v0.1 priced?

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

### How can I access mixtral-8x7b-instruct-v0.1?

The catalog currently lists openai.

### How do I switch an existing project to mixtral-8x7b-instruct-v0.1?

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

### Where do the mixtral-8x7b-instruct-v0.1 details come from?

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