← 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.2",
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.2 | 164K 163,840 tokens | 164K 163,840 tokens | $0.26 | $0.38 |
| Novita | deepseek/deepseek-v3.2 | 164K 163,840 tokens | 66K 65,536 tokens | $0.27 | $0.40 |
| Parasail | deepseek-ai/DeepSeek-V3.2 | 164K 163,840 tokens | 164K 163,840 tokens | $0.28 | $0.45 |
| Nebius | deepseek-ai/DeepSeek-V3.2 | 163K 163,000 tokens | 8K 8,192 tokens | $0.30 | $0.45 |
Context/output in tokens. Prices in USD per 1M tokens.