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 Community, 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 & ChatBio_ClinicalBERT
The original Bio_ClinicalBERT from Alsentzer et al., a BERT model initialized from BioBERT and further pretrained on all MIMIC-III clinical notes. Served as a fill-mask endpoint it predicts masked tokens in clinical text and produces clinical embeddings. It is the standard encoder backbone behind many downstream clinical NLP fine-tunes.
Biomedical NER (all entities)
Token-classification model from d4data that tags 84 biomedical entity types in clinical and medical text, including disease, sign, symptom, medication, dosage, lab value, body part and procedure. Trained on the Maccrobat clinical case corpus on a DistilBERT base, so it runs cheaply for high-volume tagging.
Claude Opus 4
Anthropic's most powerful model. Exceptional at complex analysis, agentic tasks, and extended reasoning.
Claude Opus 4.8
Anthropic's most capable Opus-tier model. State of the art on long-horizon agentic work, coding and knowledge tasks, with a 1M-token context window at standard pricing.
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.