Text Generation
Google
gemini-3.5-flash
Generate model response based on conversation content. Gemini 3.5 Flash is Google’s most intelligent Flash model, optimized for agentic and coding tasks.
POST
Text Generation
Documentation Index
Fetch the complete documentation index at: https://docs.anyfast.ai/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
API Key
Body
application/json
Array of conversation contents with user and model messages.
Example:
[
{
"role": "user",
"parts": [
{
"text": "Explain how parallel agentic execution works."
}
]
}
]System instruction
Example:
{
"parts": [{ "text": "You are a helpful assistant." }]
}Thinking configuration for controlling reasoning depth