Skip to content

AceDataCloud/GeminiAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Gemini API

Google Gemini generative services, including chat completions and native generate content API.

Platform API Docs

API home page: Ace Data Cloud - Gemini

Keywords: gemini-api, google-gemini, chat-completions, generate-content, rest-api, ai-api, developer-tools, AI API, REST API, Developer API, Ace Data Cloud

Why Use Gemini on Ace Data Cloud

  • Unified developer platform with one API key, billing system, and usage tracking
  • Production-ready AI API endpoints served from https://api.acedata.cloud
  • English integration guides, API references, and service documentation
  • Global-ready workflow for developers building chat, image, video, music, and search products

Overview

Google Gemini is a powerful AI conversation system that supports both OpenAI-compatible chat completions format and Google's native generateContent / streamGenerateContent endpoints. Gemini models support multi-modal inputs (text and images), thinking mode, function calling, and JSON mode.

Application Process

To use the Gemini API, apply for the corresponding service on the Gemini Chat Completion API page. After entering the page, click the "Acquire" button.

There is a free quota available for first-time applicants, allowing you to use this API for free.

Quick Start

curl --request POST "https://api.acedata.cloud/gemini/chat/completions" \
  --header "Authorization: Bearer YOUR_API_KEY" \
  --header "Content-Type: application/json" \
  --data '{
    "model": "gemini-2.5-flash",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

APIs and Guides

Explore the supported endpoints and integration guides for Gemini.

API Path Integration Guidance
Gemini Chat Completion API /gemini/chat/completions Gemini Chat Completion API Integration Guide
Gemini Generate Content API /v1beta/models/{model}:generateContent Gemini Generate Content API Integration Guide

About

GeminiAPI mirror

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors