Back to Models

Mistral: Mistral Nemo

mistralai/mistral-nemo
Jul 19, 2024131.1K context16.4K max output$0.15/M in · $0.15/M out

Description

A 12B parameter model with a 128k token context length built by Mistral in collaboration with NVIDIA.

The model is multilingual, supporting English, French, German, Spanish, Italian, Portuguese, Chinese, Japanese, Korean, Arabic, and Hindi.

It supports function calling and is released under the Apache 2.0 license.

Specifications

Provider
mistralai
Context Length
131.1K
Max Output
16.4K
Modality
Intext
Outtext

Pricing

TypePrice / 1M tokens
Input$0.15
Output$0.15
Cache Read$0.01

Quick Start

curl https://api.ominigate.ai/v1/chat/completions \
  -H "Authorization: Bearer sk-omg-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "mistralai/mistral-nemo",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'
Mistral: Mistral Nemo — Pricing & API on OminiGate