← All models
Google logo

Gemma 4 31B IT

Chat

google:gemma-4-31b-it

Added April 2, 2026

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: "google:gemma-4-31b-it",
    messages: [
        { role: "user", content: "Hello!" }
    ],
});

console.log(completion.choices[0].message.content);

Providers

Provider Model Context Output Input $/M Output $/M
Google gemma-4-31b-it 262K 33K Free Free
Novita google/gemma-4-31b-it 262K 131K $0.14 $0.40
Parasail google/gemma-4-31B-it 262K 131K $0.14 $0.40
Context/output in tokens. Prices in USD per 1M tokens.