Models/mistralai/Mistral: Mistral 7B Instruct v0.1
mistralai

Mistral: Mistral 7B Instruct v0.1

3K context$0.11/M input$0.19/M output
mistralai/mistral-7b-instruct-v0.1

Description

A 7.3B parameter model that outperforms Llama 2 13B on all benchmarks, with optimizations for speed and context length.

Quick Start

curl https://router.tangle.tools/v1/chat/completions \
  -H "Authorization: Bearer $TANGLE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "mistralai/mistral-7b-instruct-v0.1",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Modalities

Input: TextOutput: Text

Pricing

Input$0.11/M
Output$0.19/M
Context3K tokens

Model Info

Providermistralai
IDmistralai/mistral-7b-instruct-v0.1