groq

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.

Capabilities

text

Available through the unified API

Quick start

View API docs
curl https://api.oneinfer.ai/v1/chat/completions \
  -H "Authorization: Bearer $ONEINFER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "7ae90494d9864f57b43462998d6721f8",
    "messages": [
      { "role": "user", "content": "Hello!" }
    ]
  }'

Providers

Available routing options for this model through OneInfer.

groq

7ae90494d9864f57b43462998d6721f8

Available

Input

$0.200 / 1M

Output

$0.200 / 1M

Routing

OneInfer optimized

Pricing

Current OneInfer pricing for this model.

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

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/chat/completions \
  -H "Authorization: Bearer $ONEINFER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "7ae90494d9864f57b43462998d6721f8",
    "messages": [
      { "role": "user", "content": "Hello!" }
    ]
  }'