Gemini 3 Series chat on PoYo / poyo.ai via `https://api.poyo.ai/v1/chat/completions` and Gemini Native Format; use for `gemini-3-flash-preview`, `gemini-3-pr...
Integrations
Poyo Gemini 3 5 Flash
Try itGemini 3.5 Flash chat on PoYo / poyo.ai via `https://api.poyo.ai/v1/chat/completions` and Gemini Native Format; use for `gemini-3.5-flash`, chat completions,...
What it does
Gemini 3.5 Flash chat on PoYo / poyo.ai via `https://api.poyo.ai/v1/chat/completions` and Gemini Native Format; use for `gemini-3.5-flash`, chat completions, native generateContent, streaming, system prompts, multimodal prompt structure, generation config, and server-side integration.
The skill document
PoYo Gemini 3.5 Flash Chat
PoYo Links
- Model page:
- API docs:
- API key page:
Use this skill for Gemini 3.5 Flash chat requests on PoYo. It helps agents prepare OpenAI-compatible chat payloads, Gemini Native Format payloads, streaming calls, and server-side integration notes.
Use When
- The user mentions Gemini 3.5 Flash,
gemini-3.5-flash, Gemini chat, Gemini Native Format,generateContent, or Gemini streaming. - The task is text generation, coding assistance, summarization, structured responses, multimodal prompt planning, or chat integration.
- The workflow needs a server-side curl example or a production request payload for PoYo.
Model Selection
gemini-3.5-flash: use for Gemini 3.5 Flash requests on PoYo.
Key Inputs
- For
/v1/chat/completions,modelandmessagesare required. - For Gemini Native Format,
contentsis required and containsroleplusparts. - Use
generationConfigfor Gemini Native Format controls such as temperature, topP, topK, maxOutputTokens, and stopSequences. - Use
safetySettingsonly when the workflow explicitly needs Gemini safety threshold configuration. - Use
stream: trueorstreamGenerateContentonly when the client can consume streaming responses.
Security Rules
- Treat
POYO_API_KEYas a secret. - Keep PoYo API keys in server-side environment variables or a backend secret manager.
- Never place an API key in browser code, frontend bundles, public repositories, logs, screenshots, or chat output.
- Do not log private user messages, system prompts, inline media data, or raw authorization headers unless the user or product policy explicitly allows it.
- Do not make live API calls unless the user explicitly asks and provides a safe server-side environment.
Execution
- Read
references/api.mdfor endpoint details, request fields, examples, and response notes. - Use
scripts/submit_gemini_3_5_flash_chat.shonly when the user wants to submit an OpenAI-compatible chat payload from a trusted shell. - If the user needs Gemini Native Format, adapt the native example from
references/api.md. - Chat completions and native generateContent calls are synchronous unless streaming is enabled.
Output Expectations
When helping with Gemini 3.5 Flash, include:
- chosen model id
- chosen endpoint style: OpenAI-compatible chat or Gemini Native Format
- final payload or concise parameter summary
- synchronous or streaming handling
- generation config and safety settings when relevant
- response parsing notes if the user needs integration code
Related skills
Generate speech on PoYo / poyo.ai via `https://api.poyo.ai/api/generate/submit`; use for `gemini-3-1-flash-tts`, Gemini text-to-speech, style instructions, v...
Use APIDot for Gemini 3.5 Flash API workflows, including stable Gemini Native generateContent, streamGenerateContent, long-context chat, coding iteration, kn...
Omni Flash video generation on PoYo / poyo.ai via `https://api.poyo.ai/api/generate/submit`; use for `omni-flash`, text-to-video, single-image video, three-i...
GPT-5.5 chat completions on PoYo / poyo.ai via `https://api.poyo.ai/v1/chat/completions`; use for `gpt-5.5`, OpenAI-compatible chat payloads, coding help, re...
GPT-5.2 chat completions on PoYo / poyo.ai via `https://api.poyo.ai/v1/chat/completions`; use for `gpt-5.2`, OpenAI-compatible chat payloads, system prompts,...