Translation with Meridian

Run multilingual translation pipelines through Llama-4-Maverick or Cohere Command A, routed and observed entirely within Meridian.

Quickstart

curl -X POST https://api.meridian.dev/v1/translate \
  -H "Authorization: Bearer $MERIDIAN_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "source": "en",
    "target": "ja",
    "text": "The future belongs to those who build it.",
    "model": "llama-4-maverick"
  }'

Available models

Llama-4-Maverick

High-fidelity translation across 40+ language pairs. Best for nuanced, context-aware output.

Recommended

Cohere Command A

Low-latency translations optimized for throughput. Ideal for real-time chat and bulk pipelines.

Low latency