Reference
D

Gemma 3.2

Gemma 3.2, a language model from DeepInfra.
modelOverride: { model: "gemma-3.2-27b-deepinfra" }
Google·served viaDeepInfra·Released March 2025
Pricing
Input
$0.100 / 1M
Output
$0.20 / 1M
Specifications
Context window
128,000 tokens
Max output
8,000 tokens
Released
March 2025
Model string
google/gemma-3-27b-it
Capabilities
ReasoningMultimodal
Use this model
await mindstudio.generateText({
  message: "...",
  modelOverride: {
    model: "gemma-3.2-27b-deepinfra",
  },
});