← 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: "deepseek:deepseek-v3",
messages: [
{ role: "user", content: "Hello!" }
],
});
console.log(completion.choices[0].message.content); Providers
| Provider | Model | Context | Output | Input $/M | Output $/M |
|---|---|---|---|---|---|
| DeepInfra | deepseek-ai/DeepSeek-V3-0324 | 164K 163,840 tokens | 164K 163,840 tokens | $0.20 | $0.77 |
| Novita | deepseek/deepseek-v3-0324 | 164K 163,840 tokens | 164K 163,840 tokens | $0.27 | $1.12 |
| Novita | deepseek/deepseek-v3-turbo | 64K 64,000 tokens | 16K 16,000 tokens | $0.40 | $1.30 |
| Nebius | deepseek-ai/DeepSeek-V3-0324 | 164K 163,840 tokens | 8K 8,192 tokens | $0.50 | $1.50 |
| Nebius | deepseek-ai/DeepSeek-V3-0324-fast | 33K 32,768 tokens | 8K 8,192 tokens | $0.75 | $2.25 |
Context/output in tokens. Prices in USD per 1M tokens.