Models Google Google: Gemma 4 26B A4B
GO

Google: Gemma 4 26B A4B

google/gemma-4-26b-a4b-it
262K tokens
Context
$0.1300/M tokens
Input
$0.4000/M tokens
Output
Th4 3, 2026
Released

Mô tả

Gemma 4 26B A4B IT is an instruction-tuned Mixture-of-Experts (MoE) model from Google DeepMind. Despite 25.2B total parameters, only 3.8B activate per token during inference — delivering near-31B quality at a fraction of the compute cost. Supports multimodal input including text, images, and video (up to 60s at 1fps). Features a 256K token context window, native function calling, configurable thinking/reasoning mode, and structured output support. Released under Apache 2.0.

Nhà cung cấp

Google

🚀 Dùng thử ngay

Trải nghiệm Google: Gemma 4 26B A4B 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 26B A4B 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-26b-a4b-it",
    "messages": [{"role":"user","content":"Hello!"}]
  }'