← 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: "qwen:qwen3-coder-next",
messages: [
{ role: "user", content: "Hello!" }
],
});
console.log(completion.choices[0].message.content); Providers
| Provider | Model | Context | Output | Input $/M | Output $/M |
|---|---|---|---|---|---|
| Parasail | Qwen/Qwen3-Coder-Next | 262K 262,144 tokens | 262K 262,144 tokens | $0.15 | $0.80 |
| Novita | qwen/qwen3-coder-next | 262K 262,144 tokens | 66K 65,536 tokens | $0.20 | $1.50 |
| Together | Qwen/Qwen3-Coder-Next-FP8 | 262K 262,144 tokens | 262K 262,144 tokens | $0.50 | $1.20 |
Context/output in tokens. Prices in USD per 1M tokens.