gemini-3-pro-api
Gemini 3 Pro API/SDK integration for text generation, reasoning, and chat. Covers setup, authentication, thinking levels, streaming, and production deployment. Use when working with Gemini 3 Pro API, Python SDK, Node.js SDK, text generation, chat applications, or advanced reasoning tasks.
npx skills add majiayu000/claude-skill-registry --skill gemini-3-pro-api-adaptationio-skrillz --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Gemini 3 Pro API Integration Comprehensive guide for integrating Google's Gemini 3 Pro API/SDK into your applications. Covers setup, authentication, text generation, advanced reasoning with dynamic thinking, chat applications, streaming responses, and production deployment patterns. ## Overview **Gemini 3 Pro** (`gemini-3-pro-preview`) is Google's most intelligent model designed for complex tasks requiring advanced reasoning and broad world knowledge. This skill provides complete workflows for API integration using Python or Node.js SDKs. ### Key Capabilities - **Massive Context:** 1M token input, 64k token output - **Dynamic Thinking:** Adaptive reasoning with high/low modes - **Streaming:** Real-time token delivery - **Chat:** Multi-turn conversations with history - **Production-Ready:** Error handling, retry logic, cost optimization ### When to Use This Skill - Setting up Gemini 3 Pro API access - Building text generation applications - Implementing chat applications with reasoning - Configuring advanced thinking modes - Deploying production Gemini applications - Optimizing API usage and costs --- ## Quick Start ### Prerequisites - **API Key:** Get from [Google AI Studio](http
- Overview
- Key Capabilities
- When to Use This Skill
- Quick Start
- Prerequisites
- Python Quick Start
- Node.js Quick Start
- Core Workflows
- Workflow 1: Quick Start Setup
- Workflow 2: Chat Application Development
- Workflow 3: Production Deployment
- Thinking Levels
- Dynamic Thinking System
- Configuration
pip install google-genai npm install @google/generative-ai
What does the gemini-3-pro-api skill do?
Gemini 3 Pro API/SDK integration for text generation, reasoning, and chat. Covers setup, authentication, thinking levels, streaming, and production deployment. Use when working with Gemini 3 Pro API, Python SDK, Node.js SDK, text generation, chat applications, or advanced reasoning tasks.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill gemini-3-pro-api-adaptationio-skrillz --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
