Large Language Models

Google Gemini

economy

Google Gemini is an cost-effective large language models provider offering Chat Completion, Streaming Chat, Video Generation and 3 more through Aweb's unified API. It features full streaming support with premium-tier latency.

Try Google GeminiOfficial docs

Specifications

CategoryLarge Language Models
Auth Typeapi_key_or_bearer
Latency Tierpremium
Streamingfull
Pricing Tiereconomy
Reliabilitypremium
Qualitypremium
Base URLhttps://generativelanguage.googleapis.com
SDK Package@google/genai

Capabilities (6)

Chat Completionllm.chat
Score: 90
Streaming Chatllm.stream
Score: 88
Video Generationvideo.generate
Score: 94
Image to Videovideo.from-image
Score: 92
Music Generationmusic.generate
Score: 90
Video Generation with Native Audiovideo.generate-with-audio
Score: 98DEFAULT

Public discovery

Inspect Google Gemini's current readiness, sources, capabilities, and MCP tool posture through Aweb's public integration catalog. Provider-pinned execute examples are intentionally withheld until the canonical public execute contract is normalized.

cURL

curl "https://aweblabs.ai/api/v2/integrations/catalog" \
  | jq '.providers[] | select(.providerId == "gemini")'

TypeScript

const response = await fetch(
  'https://aweblabs.ai/api/v2/integrations/catalog'
);

const catalog = await response.json();
const provider = catalog.providers.find((item) => item.providerId === 'gemini');

console.log(provider?.readiness);
console.log(provider?.mcpTools?.length ?? 0);

Related Large Language Models providers

Anthropic

premium tier

OpenAI

premium tier

Groq

economy tier

Mistral AI

standard tier

Getting started →API reference →All capabilities →All providers →