← All models
Google logo

Gemma 3 12B IT

Chat

google:gemma-3-12b-it

Added March 13, 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: "google:gemma-3-12b-it",
    messages: [
        { role: "user", content: "Hello!" }
    ],
});

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

Providers

Provider Model Context Output Input $/M Output $/M
Novita google/gemma-3-12b-it 131K 8K $0.05 $0.10
DeepInfra google/gemma-3-12b-it 131K 131K $0.04 $0.13
Context/output in tokens. Prices in USD per 1M tokens.