G

Google: Gemma 3 1B

Google
33K
Context
$1.00
Input /1M
$2.00
Output /1M
4K
Max Output

Google: Gemma 3 1B

Model Overview

Property Value
Model ID google/gemma-3-1b-it
Name Gemma 3 1B
Provider Google
Parameters 1B

Description

A lightweight, instruction-tuned version of Gemma 3 with 1 billion parameters. Designed for edge deployment and resource-constrained environments while maintaining good instruction-following capabilities.

Specifications

Spec Value
Context Window 32,768 tokens
Max Completion 4,096 tokens
Parameters 1B
Modalities Text

Pricing

Type Price
Input $1.00 per 1M tokens
Output $2.00 per 1M tokens

Capabilities

  • Instruction Following: Yes
  • Edge Deployment: Yes
  • Low Resource: Yes

Use Cases

Edge devices, mobile applications, resource-constrained environments, quick inference.

Integration with LangMart

Gateway Support: Type 2 (Cloud), Type 3 (Self-hosted)

API Usage:

curl -X POST https://api.langmart.ai/v1/chat/completions \
  -H "Authorization: Bearer sk-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "google/gemma-3-1b-it",
    "messages": [{"role": "user", "content": "Hello"}],
    "max_tokens": 1024
  }'
  • google/gemma-3-4b-it - 4B parameter version
  • google/gemma-3-12b-it - 12B parameter version
  • google/gemma-3-27b-it - 27B parameter version

Last Updated: December 28, 2025