AI Gateway

/

Gemma 2 9B IT

Gemma 2 9B IT by Google

9 billion parameter open source model by Google fine-tuned for chat purposes. Served by Groq with their custom Language Processing Units (LPUs) hardware to provide fast and efficient inference.

index.ts
import { streamText } from 'ai'
const result = streamText({
model: 'google/gemma-2-9b',
prompt: 'Why is the sky blue?'
})