Langdock Logo
Models

All models in one place.

Use all models inside of Chat, Assistants, Agents or via the API.

Pricing applies only to our API product. Chat and Assistants, when purchased including AI models, have no usage-based cost component. Langdock charges 15% on top of the model provider's price. Model prices origin from the model providers in USD. All prices excl. VAT.

OpenAI

GPT 4.5 (Preview)GPT 4.5 (Preview)
Input price (API):74.66€ / 1M tokens
Output price (API):149.32€ / 1M tokens
Region:
GPT-4.1GPT-4.1
Input price (API):1.99€ / 1M tokens
Output price (API):7.96€ / 1M tokens
Region:
EU
GPT-4.1 miniGPT-4.1 mini
Input price (API):0.40€ / 1M tokens
Output price (API):1.59€ / 1M tokens
Region:
GPT-4.1 nanoGPT-4.1 nano
Input price (API):0.10€ / 1M tokens
Output price (API):0.40€ / 1M tokens
Region:
EU
GPT-4.1 with CanvasGPT-4.1 with Canvas
Input price (API):1.99€ / 1M tokens
Output price (API):7.96€ / 1M tokens
Region:
EU
GPT-4oGPT-4o
Input price (API):2.74€ / 1M tokens
Output price (API):10.95€ / 1M tokens
Region:
EUUS
GPT-4o MiniGPT-4o Mini
Input price (API):0.15€ / 1M tokens
Output price (API):0.60€ / 1M tokens
Region:
EU
o1o1
Input price (API):16.43€ / 1M tokens
Output price (API):65.70€ / 1M tokens
Region:
EU
o1 Minio1 Mini
Input price (API):1.20€ / 1M tokens
Output price (API):4.82€ / 1M tokens
Region:
EU
o1 Previewo1 Preview
Input price (API):12.98€ / 1M tokens
Output price (API):51.94€ / 1M tokens
Region:
EU
o3o3
Input price (API):9.95€ / 1M tokens
Output price (API):39.82€ / 1M tokens
Region:
o3 Minio3 Mini
Input price (API):1.20€ / 1M tokens
Output price (API):4.82€ / 1M tokens
Region:
EU
o3 Mini higho3 Mini high
Input price (API):1.20€ / 1M tokens
Output price (API):4.82€ / 1M tokens
Region:
EU
o4 Minio4 Mini
Input price (API):1.10€ / 1M tokens
Output price (API):4.38€ / 1M tokens
Region:
EU

Anthropic

Claude 3 OpusClaude 3 Opus
Input price (API):14.93€ / 1M tokens
Output price (API):74.66€ / 1M tokens
Region:
US
Claude 3.5 SonnetClaude 3.5 Sonnet
Input price (API):2.99€ / 1M tokens
Output price (API):14.93€ / 1M tokens
Region:
EUUS
Claude 3.7 ReasoningClaude 3.7 Reasoning
Input price (API):2.99€ / 1M tokens
Output price (API):14.93€ / 1M tokens
Region:
EU
Claude 3.7 SonnetClaude 3.7 Sonnet
Input price (API):2.99€ / 1M tokens
Output price (API):14.93€ / 1M tokens
Region:
EU
Claude Sonnet 4Claude Sonnet 4
Input price (API):2.99€ / 1M tokens
Output price (API):14.93€ / 1M tokens
Region:
EU
Claude Sonnet 4 ReasoningClaude Sonnet 4 Reasoning
Input price (API):2.99€ / 1M tokens
Output price (API):14.93€ / 1M tokens
Region:
EU

Google

Gemini 1.5 ProGemini 1.5 Pro
Input price (API):0.31€ / 1M tokens
Output price (API):1.24€ / 1M tokens
Region:
EU
Gemini 2.0 FlashGemini 2.0 Flash
Input price (API):0.15€ / 1M tokens
Output price (API):0.60€ / 1M tokens
Region:
EU
Gemini 2.5 Flash (Preview)Gemini 2.5 Flash (Preview)
Input price (API):0.15€ / 1M tokens
Output price (API):0.60€ / 1M tokens
Region:
US
Gemini 2.5 Pro (Preview)Gemini 2.5 Pro (Preview)
Input price (API):1.25€ / 1M tokens
Output price (API):9.95€ / 1M tokens
Region:
US

Meta

Llama 3.3 70BLlama 3.3 70B
Input price (API):0.71€ / 1M tokens
Output price (API):0.71€ / 1M tokens
Region:
EU

Mistral

Mistral Large 2411Mistral Large 2411
Input price (API):1.99€ / 1M tokens
Output price (API):5.97€ / 1M tokens
Region:
EU
Current exchange rate is 1 USD = 0.866 EUR.

Tokenizer

Estimate your token consumption

Advanced language models process text using tokens, which are common sequences of characters in text. These models learn the statistical relationships between tokens to predict the next one in a sequence.

Tokenization is crucial for how these models interpret and generate text. It breaks down input text into smaller units (tokens) that the model can process.

The tokenization process can vary between different models. Newer models may use different tokenizers than older ones, potentially producing different tokens for the same input text. This can affect how the model processes text and impact token counts.

Understanding tokenization is helpful when working with these models, especially when considering input length limitations or optimizing text processing efficiency.

Tokens

0

Characters

0

Note: This is a simplified tokenization method and may not accurately represent the exact token count used by language models. For precise tokenization, consider using model-specific tokenizers.

For typical English text, one token often equals about 4 characters or ¾ of a word. As a rough estimate, 100 tokens ≈ 75 words.

For precise tokenization, developers can use programming libraries. In Python, the tiktoken package is available for tokenizing text. For JavaScript, the community-supported @dbdq/tiktoken package works with many advanced language models. These tools are valuable for accurate token counting and text processing tasks.