Skip to main content
POST
Gemini Quick Chat (All Models)
Streaming: Replace generateContent with streamGenerateContent in the URL to enable streaming responses, receiving content in real-time chunks.
BaseURL: The default BaseURL is https://direct.evolink.ai, which has better support for text models and long-lived connections. https://api.evolink.ai is the primary endpoint for multimodal services and serves as a fallback address for text models.

Authorizations

Authorization
string
header
required

##All APIs require Bearer Token authentication##

Get API Key:

Visit API Key Management Page to get your API Key

Add to request header:

Path Parameters

model
enum<string>
required

Select the Gemini text model to call:

Available options:
gemini-3.6-flash,
gemini-3.5-flash,
gemini-3.5-flash-lite,
gemini-3.1-pro-preview,
gemini-3.1-pro-preview-customtools,
gemini-3.1-flash-lite-preview,
gemini-3-pro-preview,
gemini-3-flash-preview,
gemini-2.5-pro,
gemini-2.5-flash,
gemini-2.5-flash-lite
Example:

"gemini-3.6-flash"

Body

application/json
contents
object[]
required

Conversation content list

Minimum array length: 1
Example:

Response

Content generated successfully

candidates
object[]

List of candidate responses

promptFeedback
object
usageMetadata
object

Usage statistics