← All models
Google logo

Gemma 3 27B IT

Chat

google:gemma-3-27b-it

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

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

Providers

Provider Model Context Output Input $/M Output $/M
DeepInfra google/gemma-3-27b-it 131K 131K $0.08 $0.16
Novita google/gemma-3-27b-it 98K 16K $0.12 $0.20
Nebius google/gemma-3-27b-it 110K 8K $0.10 $0.30
Parasail google/gemma-3-27b-it 131K 131K $0.08 $0.45
Nebius google/gemma-3-27b-it-fast 110K 8K $0.20 $0.60
Context/output in tokens. Prices in USD per 1M tokens.