← All models
Meta logo

Llama 4 Maverick Instruct

Chat

meta:llama-4-maverick-instruct

Added April 5, 2025

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 1M $0.15 $0.60
Novita meta-llama/llama-4-maverick-17b-128e-instruct-fp8 1M 8K $0.27 $0.85
Together meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8 1M 1M $0.27 $0.85
Parasail meta-llama/Llama-4-Maverick-17B-128E-Instruct 524K 524K $0.35 $1.00
Context/output in tokens. Prices in USD per 1M tokens.