← 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: "meta:llama-4-maverick-instruct",
messages: [
{ role: "user", content: "Hello!" }
],
});
console.log(completion.choices[0].message.content); Providers
| Provider | Model | Context | Output | Input $/M | Output $/M |
|---|---|---|---|---|---|
| DeepInfra | meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8 | 1M 1,048,576 tokens | 1M 1,048,576 tokens | $0.15 | $0.60 |
| Novita | meta-llama/llama-4-maverick-17b-128e-instruct-fp8 | 1M 1,048,576 tokens | 8K 8,192 tokens | $0.27 | $0.85 |
| Together | meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8 | 1M 1,048,576 tokens | 1M 1,048,576 tokens | $0.27 | $0.85 |
| Parasail | meta-llama/Llama-4-Maverick-17B-128E-Instruct | 524K 524,288 tokens | 524K 524,288 tokens | $0.35 | $1.00 |
Context/output in tokens. Prices in USD per 1M tokens.