← All models
Usage
import OpenAI from "openai";
const client = new OpenAI({
baseURL: "https://api.tributary.cc/openai/v1",
apiKey: "<TRIBUTARY_API_KEY>",
});
const completion = await client.chat.completions.create({
model: "minimax:minimax-m2.1",
messages: [
{ role: "user", content: "Hello!" }
],
});
console.log(completion.choices[0].message.content); Providers
| Provider | Model | Context | Output | Input $/M | Output $/M |
|---|---|---|---|---|---|
| DeepInfra | MiniMaxAI/MiniMax-M2.1 | 197K 196,608 tokens | 197K 196,608 tokens | $0.27 | $0.95 |
| Minimax | MiniMax-M2.1 | 205K 204,800 tokens | 131K 131,072 tokens | $0.30 | $1.20 |
| Nebius | MiniMaxAI/MiniMax-M2.1 | 197K 196,608 tokens | 8K 8,192 tokens | $0.30 | $1.20 |
| Novita | minimax/minimax-m2.1 | 205K 204,800 tokens | 131K 131,072 tokens | $0.30 | $1.20 |
| Minimax | MiniMax-M2.1-highspeed | 205K 204,800 tokens | 131K 131,072 tokens | $0.60 | $2.40 |
Context/output in tokens. Prices in USD per 1M tokens.