Models Google Google: Gemma 4 31B
GO

Google: Gemma 4 31B

google/gemma-4-31b-it
262K tokens
Context
$0.1400/M tokens
Input
$0.4000/M tokens
Output
Th4 2, 2026
Released

Mô tả

Gemma 4 31B Instruct is Google DeepMind's 30.7B dense multimodal model supporting text and image input with text output. Features a 256K token context window, configurable thinking/reasoning mode, native function calling, and multilingual support across 140+ languages. Strong on coding, reasoning, and document understanding tasks. Apache 2.0 license.

Nhà cung cấp

Google

🚀 Dùng thử ngay

Trải nghiệm Google: Gemma 4 31B miễn phí với AI Agent trực tuyến — không cần cài đặt.

Tạo AI Agent Online →

🔑 Tích hợp qua API

Tạo API Key để gọi Google: Gemma 4 31B từ ứng dụng của bạn qua BizCity API.

Tạo API Key →
Quickstart — cURL
curl https://bizgpt.vn/wp-json/bizcity/v1/llm/chat \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "google/gemma-4-31b-it",
    "messages": [{"role":"user","content":"Hello!"}]
  }'