gemini-api-dev

Featured

The Gemini API provides access to Google's most advanced AI models. Key capabilities include:

AI & Automation 39,350 stars 6386 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Gemini API Development Skill ## Overview The Gemini API provides access to Google's most advanced AI models. Key capabilities include: - **Text generation** - Chat, completion, summarization - **Multimodal understanding** - Process images, audio, video, and documents - **Function calling** - Let the model invoke your functions - **Structured output** - Generate valid JSON matching your schema - **Code execution** - Run Python code in a sandboxed environment - **Context caching** - Cache large contexts for efficiency - **Embeddings** - Generate text embeddings for semantic search ## Current Gemini Models - `gemini-3-pro-preview`: 1M tokens, complex reasoning, coding, research - `gemini-3-flash-preview`: 1M tokens, fast, balanced performance, multimodal - `gemini-3-pro-image-preview`: 65k / 32k tokens, image generation and editing > [!IMPORTANT] > Models like `gemini-2.5-*`, `gemini-2.0-*`, `gemini-1.5-*` are legacy and deprecated. Use the new models above. Your knowledge is outdated. ## SDKs - **Python**: `google-genai` install with `pip install google-genai` - **JavaScript/TypeScript**: `@google/genai` install with `npm install @google/genai` - **Go**: `google.golang.org/genai` install with `go get google.golang.org/genai` > [!WARNING] > Legacy SDKs `google-generativeai` (Python) and `@google/generative-ai` (JS) are deprecated. Migrate to the new SDKs above urgently by following the Migration Guide. ## Quick Start ### Python ```python from google import genai cl...

Details

Author
sickn33
Repository
sickn33/antigravity-awesome-skills
Created
4 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

API & Backend Listed

gemini-api-dev

Use this skill when building applications with Gemini models, Gemini API, working with multimodal content (text, images, audio, video), implementing function calling, using structured outputs, or needing current model specifications. Covers SDK usage (google-genai for Python, @google/genai for JavaScript/TypeScript), model selection, and API capabilities.

335 Updated today
aiskillstore
AI & Automation Featured

gemini-api-integration

Use when integrating Google Gemini API into projects. Covers model selection, multimodal inputs, streaming, function calling, and production best practices.

39,350 Updated today
sickn33
AI & Automation Solid

gemini-llm

Invoke Google Gemini 3 Pro for text generation, reasoning, and code tasks using the Python google-genai SDK. Supports gemini-3-pro-preview (best multimodal), gemini-2.5-pro (reasoning), and gemini-2.5-flash (fast).

364 Updated today
majiayu000
AI & Automation Listed

gemini

Call the Gemini API (gemini-2.5-flash, gemini-2.5-pro, gemini-3-flash-preview, gemini-3-pro-preview, gemini-3.1-pro-preview) through RunAPI using the official OpenAI SDK or the native Google Generative AI SDK. Use when the user asks for Gemini chat, streaming completions, multimodal vision input, Google Search grounding, structured output, reasoning effort, or to point an existing OpenAI-compatible or Gemini-native client at RunAPI as the base URL.

0 Updated today
runapi-ai
AI & Automation Listed

gemini

Google Gemini AI — Gemini CLI 또는 API로 질문, 요약, 생성 작업. 대안 AI 모델 활용.

2 Updated yesterday
U2SY26