gemini-api-dev
Access and integrate Google's Gemini 3 AI models for text generation, multimodal understanding, and function calling.
Install
npx skills add https://github.com/google-gemini/gemini-skills --skill gemini-api-devStats
| Total installs | 7,074 |
| Weekly installs | 7.1K |
| GitHub stars | 2.7K |
| First seen | Feb 10, 2026 |
| Source | @google-gemini/gemini-skills |
Summary
- Access current Gemini 3 models (Pro, Flash, Pro Image) with 1M token context; legacy Gemini 2.x and 1.5 models are deprecated
- Supports text generation, image/audio/video understanding, function calling, structured JSON output, code execution, context caching, and embeddings
- Official SDKs available: google-genai (Python), @google/genai (JavaScript/TypeScript), google.golang.org/genai (Go), and Maven/Gradle for Java
- Use v1beta REST API discovery spec as source of truth for request/response schemas; fetch documentation index at ai.google.dev/gemini-api/docs/llms.txt
- For real-time bidirectional audio/video streaming, use the separate Gemini Live API skill
Tags
Related skills
| Skill | Installs | vs gemini-api-dev |
|---|---|---|
| ai-podcast-creation | 7,336 | +262 |
| gws-modelarmor | 5,883 | -1,191 |
| gws-modelarmor-sanitize-prompt | 5,718 | -1,356 |
| ai-rag-pipeline | 7,351 | +277 |
| ai-tool-compliance | 6,703 | -371 |
FAQ
- How many installs does gemini-api-dev have?
- gemini-api-dev has 7,074 total installs and 7.1K installs this week.
- Where is gemini-api-dev hosted?
- gemini-api-dev is published by @google-gemini/gemini-skills at https://github.com/google-gemini/gemini-skills.
- How many GitHub stars does gemini-api-dev have?
- gemini-api-dev has 2.7K GitHub stars.
- When was gemini-api-dev first indexed?
- OrangeBot.AI first indexed gemini-api-dev on Feb 10, 2026.
- How do I install gemini-api-dev?
- Run: npx skills add https://github.com/google-gemini/gemini-skills --skill gemini-api-dev