M2M-100 12B
Meta M2M-100 12B many-to-many translation model. Direct translation between 100 languages without pivoting through English.
M2M-100 12B is text & chat AI model from Meta, priced at €0.000 per 1M input tokens with a 1.0K tokens context window.
0.7
Pricing
API Integration
Use our OpenAI-compatible API to integrate M2M-100 12B 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("m2m-100-12b", "Hello! What can you do?");
console.log(reply);
// With message history
const reply2 = await rw.run("m2m-100-12b", [
{ 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("m2m-100-12b", [
{ 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 M2M-100 12B today
Get started with free credits. No credit card required. Access M2M-100 12B and 100+ other models through a single API.