Groq

gemma2-9b-it

google/gemma2-9b-it
Context

8K

Input

text

Output

text

Tool calling

Supported

About this model

Gemma2 9B-IT is Google's lightweight 9.24B-parameter instruction-tuned model optimized for responsible deployment. Features enhanced reasoning, multilingual support, and hardware-efficient design for accessible AI applications with built-in safety filters and tool integration capabilities.

Input modalities

text

Accepted as model input

Providers

Available routing options for this model through OneInfer.

Available

Input tokens

$0.200 / 1M tokens

Output tokens

$0.200 / 1M tokens

Routing

OneInfer optimized

Pricing

Current OneInfer pricing for this model.

UsagePrice
Input tokens$0.200 / 1M tokens
Output tokens$0.200 / 1M tokens

Performance

Published evaluation results associated with this model.

Reasoning Capabilities

MMLU68.7
GSM8K84.3
ARC-Challenge82.6
LogiQA76.4

Instruction Following

AlpacaEval86.2
HELM78.9
InstructBench82.7
Tool Use Accuracy89.3

Safety & Responsibility

ToxiGen96.8
TruthfulQA85.7
Bias Detection90.4
Harmfulness Reduction97.2

API example

curl https://api.oneinfer.ai/v1/ula/chat/completions \
  -H "Authorization: Bearer $ONEINFER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "google/gemma2-9b-it",
    "messages": [
      { "role": "user", "content": "Hello!" }
    ]
  }'