← All Models
GenX LM Pro v1 TL
GenX Pro translation model. Translates text between 9 supported languages: English, Chinese, Spanish, French, German, Italian, Portuguese, Korean, and Russian.
Specifications
| Provider | GenX |
| Category | Text |
Pricing (Starter tier)
32.50 credits / 1M input characters
32.50 credits / 1M output characters
Higher tiers get volume discounts. See tiers
Quick Start
curl -X POST https://query.genx.sh/api/v1/generate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"genxlm-pro-v1-tl","params":{"text":"Hello, how are you?","source_lang":"en","target_lang":"es"}}'