SeamlessM4T v2 Large (Text)
Meta SeamlessM4T v2 Large. Universal multilingual translation across 100+ languages with text-to-text mode for documents and chat.
SeamlessM4T v2 Large (Text) is text & chat AI model from Meta, priced at €0.000 per 1M input tokens with a 4.1K tokens context window.
0.7
Pricing
API Integration
Use our OpenAI-compatible API to integrate SeamlessM4T v2 Large (Text) into your application.
npm install railwailimport railwail from "railwail";
const rw = railwail("YOUR_API_KEY");
// Simple — just pass a string
const reply = await rw.run("seamlessm4t-v2-large-text", "Hello! What can you do?");
console.log(reply);
// With message history
const reply2 = await rw.run("seamlessm4t-v2-large-text", [
{ role: "system", content: "You are a helpful assistant." },
{ role: "user", content: "Explain quantum computing simply." },
]);
console.log(reply2);
// Full response with usage info
const res = await rw.chat("seamlessm4t-v2-large-text", [
{ role: "user", content: "Hello!" },
], { temperature: 0.7, max_tokens: 500 });
console.log(res.choices[0].message.content);
console.log(res.usage);Frequently asked questions
Related Models
View all Text & ChatClaude Opus 4
Anthropic's most powerful model. Exceptional at complex analysis, agentic tasks, and extended reasoning.
Claude Sonnet 4
Anthropic's most capable model. Excellent for complex analysis, coding, math, and creative writing.
DeepSeek V3.1
DeepSeek's refreshed V3.1 release. 671B MoE / 37B active. Tops open-weights leaderboards on coding and reasoning.
DeepSeek V4 Pro
DeepSeek's April 2026 flagship. 1.6T MoE / 49B active params, 1M context, rivals top closed-source models on STEM and coding at a fraction of the price.
Start using SeamlessM4T v2 Large (Text) today
Get started with free credits. No credit card required. Access SeamlessM4T v2 Large (Text) and 100+ other models through a single API.