Cheapest AI Model for Translation in 2026

Compare 49 AI models ranked by cost for multilingual translation. Find the cheapest model that meets your quality bar for 100+ languages.

Last updated: Jul 3, 2026 · 49 models · 10 providers

💬
Chatbots
💻
Code
✍️
Content
🌍
Translation
📝
Summarization

🏆 Top 5 Cheapest Models for Translation

Ranked by monthly cost: 10,000 translations/day with 1,500 input tokens and 1,500 output tokens each.

#ModelTierInput/1MOutput/1MMonthlySavings

📊 Calculate Your Translation Cost

monthly cost with

Complete Translation Cost Ranking

#ModelProviderTierInput/1MOutput/1MMonthly

🔄 Switch to a Cheaper Translation Model

Python — OpenAI → Mistral Large 3 for translation

# Before: GPT-5.5 ($5/$30 per 1M tokens) from openai import OpenAI client = OpenAI() response = client.chat.completions.create( model="gpt-5.5", messages=[{"role": "user", "content": "Translate to French: Hello world"}] ) # After: Mistral Large 3 ($0.50/$1.50 per 1M tokens) — 97% cheaper client = OpenAI( base_url="https://api.mistral.ai/v1", api_key="your-mistral-key" ) response = client.chat.completions.create( model="mistral-large-latest", messages=[{"role": "user", "content": "Translate to French: Hello world"}] )

⚖️ Translation Quality by Tier

Budget ($0.08–$0.50/1M input)

Good for common language pairs (EN↔ES, EN↔FR, EN↔DE). May struggle with rare languages, idioms, or context-heavy content like legal/medical text.

Mid-Tier ($0.50–$3.00/1M input)

Excellent for most translation tasks. Handles 100+ languages well, including context preservation and tone matching. Mistral Large 3, GPT-4o, DeepSeek V4 Pro.

Premium ($3–$30/1M input)

Best for nuanced translation: literary content, legal documents, marketing copy requiring cultural adaptation. Claude Sonnet 5, GPT-5.4.

Optimize Your Translation Costs

APIpulse Pro compares all 49 models for your exact usage. $19, one-time.

Get Pro — $19 →

Related