Amazon Translate Pricing Calculator & Complete Cost Guide
Interactive Amazon Translate pricing calculator. Compare standard vs custom translation costs, understand free tier limits, and optimize your translation spending.
Pricing TLDR
- • Free tier: 2M chars/month for 12 months (text/batch only, not documents)
- • Standard translation: $15 per million characters (text + batch)
- • Document translation: $15/M (basic) or $30/M (Office with formatting)
- • Custom translation: $60/M chars (includes 500K/month free for first 2 months)
Official pricing:
AWSAmazon Translate Pricing Calculator
Quick Examples:
Characters per month
0
10M
Total characters to translate per month (including spaces and punctuation)
Target languages
1
10
Number of languages to translate into (Amazon Translate supports 75+ languages)
Operation type
Estimated Monthly Cost
$15.00
Total characters
1,000,000
Price per character
$0.000015
About Amazon Translate
What is Amazon Translate?
Amazon Translate is a neural machine translation service that delivers fast, high-quality, and affordable language translation. It uses advanced deep learning models to provide more accurate and natural-sounding translations compared to traditional statistical methods. With support for 75+ languages, Amazon Translate enables you to translate text between any language pair in its catalog.
- 75+ Supported Languages: Translate between any language pair including Spanish, French, German, Chinese, Japanese, Arabic, and more with thousands of language combinations
- Custom Terminology: Ensure consistent translation of brand names, product names, and industry-specific terms at no additional cost with up to 10,000 terms per file
- Active Custom Translation: Train custom ML models on your domain-specific content for improved accuracy in specialized fields like medical, legal, or technical documentation
When to Use Amazon Translate
Amazon Translate is ideal for businesses that need to localize content at scale, provide multilingual customer support, or process international documents. It integrates seamlessly with AWS services like Lambda, S3, and Comprehend for complete translation workflows.
Ideal for
- E-commerce product catalog localization to multiple languages
- Real-time multilingual customer support chat translation
- Batch document translation with formatting preservation
- Website and mobile app content localization
- Processing international documents with custom terminology
- Content moderation and analysis across languages
Not ideal for
- Professional translation requiring human review and certification
- Legal contracts where minor translation errors have major consequences
- Creative content where tone and cultural nuance are critical
- Real-time video subtitle generation (use Amazon Transcribe + Translate)
Amazon Translate Pricing Breakdown
Pricing Tiers by Operation Type
Operation Type
TranslateText
Price per Million Characters
$15.00
Use Case
Real-time API translation
Operation Type
TranslateDocument (Basic)
Price per Million Characters
$15.00
Use Case
txt, html, xml files
Operation Type
TranslateDocument (Office)
Price per Million Characters
$30.00
Use Case
docx, pptx, xlsx with formatting
Operation Type
TextTranslationJob
Price per Million Characters
$15.00
Use Case
Batch processing jobs
Operation Type
ActiveCustomTranslationJob
Price per Million Characters
$60.00
Use Case
Custom ML model translation
Character count includes all UTF-8 characters: letters, spaces, punctuation, and special characters
Free Tier
Amazon Translate offers free tier benefits for new AWS accounts, split between standard translation and custom translation operations. Understanding what's included is critical for cost planning.
- Standard Translation: 2 million characters per month FREE for 12 months
- Active Custom Translation: 500,000 characters per month FREE for first 2 months (1M total)
- Applies to new AWS accounts only
- Standard free tier covers: TranslateText API and TextTranslationJob (batch processing)
- Does NOT apply to ANY document translation (Basic or Office formats)
- Automatically applied - no activation required
- Potential savings: $30/month for standard ($360 total) + $30/month for custom ($60 total over 2 months)
Character Counting Rules
Understanding how Amazon Translate counts characters is critical for accurate cost estimation. All text elements count toward billing, including whitespace and special characters.
What Counts
All UTF-8 characters including letters, spaces, tabs, newlines, punctuation, and special characters. Emojis count as 2-4 characters depending on encoding.
What Doesn't Count
HTML/XML tags are excluded when using appropriate format hints. API request metadata and headers do not count toward character billing.
Examples
"Hello world" = 11 characters (including space). "Hello world!" = 12 characters. "🌍 Hello" = 8 characters (emoji = 4 chars + space + 5 letters).
Optimization
Preprocess text to remove unnecessary whitespace and normalize formatting. For documents with heavy formatting, savings can reach 10-20%.
Regional Availability
Amazon Translate has uniform pricing across all regions, simplifying cost planning for global deployments. However, Active Custom Translation has limited regional availability.
Pricing Uniformity
No price variation between regions (unlike EC2, RDS). Whether you use us-east-1 or ap-northeast-1, costs are identical.
Active Custom Translation Regions
Custom ML models only available in us-east-1, us-west-2, and eu-west-1. Applications in other regions must send data cross-region.
Data Transfer Costs
Cross-region translation incurs standard AWS data transfer fees. For 1M characters (~1MB), data transfer is negligible ($0.09).
Deployment Strategy
Choose regions based on latency to users and compliance requirements, not cost. No additional charges for multi-region deployments.
Real-World Amazon Translate Pricing Examples
E-commerce Product Catalog
$187.50/month
• 12.5M characters monthly
• 5 target languages
• Custom terminology for brands
Translate 10,000 product descriptions to 5 languages
Real-Time Customer Support
$225/month
• 15M characters monthly
• Bidirectional translation
• Real-time API calls
Multilingual chat translation for customer service
Legal Document Translation
$270 (once)
• 9M characters
• Office format preservation
• 3 target languages
Translate 100 contracts maintaining Office formatting
Medical Device Documentation
$1,800 (once)
• 30M characters
• Custom ML model
• Domain-specific accuracy
Specialized translation with Active Custom Translation
8 Amazon Translate Cost Optimization Tips
Maximize Free Tier Usage
During your first 12 months, you get 2 million characters per month FREE for standard text translation (TranslateText and batch jobs only - NOT document translation). Plus 500K characters for Active Custom Translation in the first 2 months. This can save up to $30/month ($360 over 12 months) for standard translation plus $30 for custom. Plan major text translation projects during this period and avoid document translation APIs to maximize savings.
Avoid Office Format Unless Necessary
TranslateDocument Office files (docx, pptx, xlsx) cost $30 per million characters - double the standard $15 rate. If you don't need formatting preservation, extract text first and use standard translation to cut costs by 50%. For 10M characters, that's $150 savings.
Use Custom Terminology Instead of Custom Models
Custom terminology is FREE and ensures consistent translation of brand names, product terms, and industry jargon. Active Custom Translation costs 4x more ($60 vs $15 per million characters). Only upgrade to custom models when accuracy requirements justify the 300% premium.
Implement Translation Caching
Cache frequently translated phrases, UI strings, and common customer queries. A simple caching layer can reduce API calls by 30-50% for applications with repetitive content. For 1M characters monthly, that's $4.50-$7.50 saved.
Optimize Character Count
Whitespace, punctuation, and formatting characters all count toward billing. Preprocess text to remove unnecessary whitespace, normalize formatting, and strip HTML tags (Amazon Translate ignores them when you set format hints). For documents with heavy formatting, savings can reach 10-20%.
Batch Processing for High Volumes
While batch pricing equals real-time pricing ($15/M chars), TextTranslationJob offers better throughput and is designed for large volumes. Use batch processing for non-time-sensitive workloads to avoid API throttling and simplify retry logic. No cost savings, but better reliability.
Detect Language Client-Side When Possible
Amazon Comprehend's language detection costs $0.0001 per 100 characters, adding 6.7% overhead if used for every request. When source language is known (user selection, metadata), skip detection to avoid this extra charge. For 10M characters, save $100/month.
Monitor Translation Costs in Real-Time
Track Amazon Translate spending across all operations and regions with CostGoat. Get instant alerts when translation costs spike unexpectedly, identify which operations are consuming budget (Office docs vs standard), and catch accidental high-volume translation loops before they drain your budget.
Monitor Your AWS Costs in Real-Time
CostGoat is a privacy-first desktop app that tracks your actual AWS spending as you use it. Get instant visibility into your usage and never get surprised by your cloud bills again. 7-day free trial, then $9/month.
Start Free TrialAmazon Translate Pricing FAQ
Common questions about Amazon Translate costs, character pricing, and free tier
