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...
Integrations
Poyo Gpt 5 6
Try itGPT-5.6 Responses API integration on PoYo / poyo.ai via `https://api.poyo.ai/v1/responses`; use for `gpt-5-6-sol`, `gpt-5-6-terra`, `gpt-5-6-luna`, text and...
What it does
GPT-5.6 Responses API integration on PoYo / poyo.ai via `https://api.poyo.ai/v1/responses`; use for `gpt-5-6-sol`, `gpt-5-6-terra`, `gpt-5-6-luna`, text and structured input, tools, reasoning settings, streaming, previous response continuation, and server-side agent workflows.
The skill document
PoYo GPT-5.6 Responses API
PoYo Links
- Model page:
- API docs:
- API key page:
Use this skill for GPT-5.6 requests through PoYo's OpenAI-compatible Responses API. It helps agents select an exact GPT-5.6 model id, prepare text or structured input, configure tools and reasoning, handle complete or streaming responses, and keep API keys server-side.
Use When
- The user mentions GPT-5.6,
gpt-5-6-sol,gpt-5-6-terra,gpt-5-6-luna, PoYo Responses API, tool use, reasoning controls, or streaming responses. - The task is coding assistance, research, text generation, structured input, multimodal input, tool-assisted work, or a multi-turn response workflow.
- The workflow needs a server-side curl example or a production
/v1/responsespayload for PoYo.
Model Selection
gpt-5-6-sol: use when the user explicitly selects the Sol variant.gpt-5-6-terra: use when the user explicitly selects the Terra variant.gpt-5-6-luna: use when the user explicitly selects the Luna variant.- If the user does not select a variant, show the three ids and ask which current PoYo option matches the workload instead of silently substituting one.
Key Inputs
modelis required and must be one of the documented GPT-5.6 ids above.inputis required and can be plain text or documented structured input items.instructionscan set high-level behavior when supported.toolsandtool_choiceconfigure tool use when the application can safely execute tool calls.reasoning,text, andmax_output_tokensconfigure supported reasoning and output behavior.previous_response_idcan continue a supported response chain.stream: truerequests SSE output and requires streaming-aware client handling.
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 input, tool arguments, uploaded media, raw request bodies, or authorization headers unless product policy explicitly allows it.
- Do not make live API calls unless the user explicitly asks and provides a safe server-side environment.
- Execute returned tool calls only through an application-controlled allowlist with validated arguments.
Execution
- Read
references/api.mdfor endpoint details, request fields, examples, and response parsing notes. - Use
scripts/submit_gpt_5_6_responses.shonly when the user wants to submit a prepared JSON payload from a trusted shell. - If the user only needs a curl example, adapt one from
references/api.md. - Responses are synchronous unless streaming or another documented asynchronous behavior is enabled.
Output Expectations
When helping with GPT-5.6, include:
- chosen exact model id
- final payload or concise parameter summary
- complete or streaming response handling
- tool, reasoning, structured-output, and continuation settings when relevant
- response parsing notes if the user needs integration code
Related skills
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,...
GPT-5.4 chat completions on PoYo / poyo.ai via `https://api.poyo.ai/v1/chat/completions`; use for `gpt-5.4`, OpenAI-compatible chat payloads, coding help, re...
Claude Fable 5 Messages API integration on PoYo / poyo.ai via `https://api.poyo.ai/v1/messages`; use when the user explicitly requests PoYo, `claude-fable-5`...
Use PoYo AI GPT Image 1.5 through the `https://api.poyo.ai/api/generate/submit` endpoint. Use when a user wants to generate or edit media with this model fam...
Claude Sonnet 5 chat on PoYo / poyo.ai via `https://api.poyo.ai/v1/messages`; use for `claude-sonnet-5`, Claude-compatible messages, coding agents, long-cont...