google · Google AI Docs
Gemini API Gemini Developer API vs. Gemini Enterprise Agent Platform
A comparison guide between the Gemini Developer API and the Gemini Enterprise Agent Platform to assist in choosing the correct environment for specific deployment needs.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Gemini API Gemini Developer API vs. Gemini Enterprise Agent Platform
A comparison guide between the Gemini Developer API and the Gemini Enterprise Agent Platform to assist in choosing the correct environment for specific deployment needs.
When To Use
Use when deciding whether to build applications using the Gemini Developer API or transition to the Gemini Enterprise Agent Platform based on enterprise requirements and scale.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/gemini-api-developer-vs-enterprise-agent-platform-workflow-guide.md | A comparison of the Gemini Developer API and the Gemini Enterprise Agent Platform API including Python code examples. | Questions about a comparison of the Gemini Developer API and the Gemini Enterprise Agent Platform API including Python code examples. |
examples/gemini-api-developer-vs-enterprise-agent-platform-gemini-api-python-gene.text | A Python code example demonstrating how to initialize a Gemini client and use the generateContent method to receive a model response. | Exact payloads, commands, or snippets shown in A Python code example demonstrating how to initialize a Gemini client and use the generateContent method to receive a... |
examples/gemini-api-developer-vs-enterprise-agent-platform-gemini-api-vertexai-py.text | A Python code snippet demonstrating how to initialize the Gemini GenAI client using Vertex AI settings. | Exact payloads, commands, or snippets shown in A Python code snippet demonstrating how to initialize the Gemini GenAI client using Vertex AI settings. |
examples/gemini-api-developer-vs-enterprise-agent-platform-gemini-api-nodejs-gene.text | A Node.js code example demonstrating how to use the GoogleGenAI library to generate content using a Gemini model. | Exact payloads, commands, or snippets shown in A Node.js code example demonstrating how to use the GoogleGenAI library to generate content using a Gemini model. |
examples/gemini-api-developer-vs-enterprise-agent-platform-gemini-api-vertexai-no.text | A Node.js code example demonstrating how to initialize the GoogleGenAI client with Vertex AI settings to generate content using a Gemini model. | Exact payloads, commands, or snippets shown in A Node.js code example demonstrating how to initialize the GoogleGenAI client with Vertex AI settings to generate con... |
examples/gemini-api-developer-vs-enterprise-agent-platform-gemini-api-golang-gene.text | A Go code example demonstrating how to use the Google GenAI SDK to call the GenerateContent method with a Gemini model. | Exact payloads, commands, or snippets shown in A Go code example demonstrating how to use the Google GenAI SDK to call the GenerateContent method with a Gemini model. |
examples/gemini-api-developer-vs-enterprise-agent-platform-gemini-api-vertex-ai-g.text | A Go code example demonstrating how to initialize a Gemini API client using the Vertex AI backend with a specific GCP project and location. | Exact payloads, commands, or snippets shown in A Go code example demonstrating how to initialize a Gemini API client using the Vertex AI backend with a specific GCP... |
What This Skill Covers
- Gemini Developer API vs. Gemini Enterprise Agent Platform
- Main sections:
Code comparison,Python,Gemini Developer API,Gemini Enterprise Agent Platform API,JavaScript and TypeScript.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://ai.google.dev/gemini-api/docs/migrate-to-cloud
