What problem does it solve?
GPT-5 API usage across OpenAI models (gpt-5, gpt-5-mini, gpt-5-nano) can be manually configured and inconsistently integrated within multi-service stacks. This skill standardizes model selection, tool invocation, streaming outputs, and a0p integration patterns.
Core Features & Use Cases
- Unified model selection and routing for GPT-5 variants (gpt-5, gpt-5-mini, gpt-5-nano) via Responses API or Chat Completions.
- Tool calling, streaming, and structured outputs aligned with a0p's tool executor and energy provider routes.
- Examples: wiring GPT-5 calls into python/services/tool_executor.py and energy-provider routing for production-grade agent pipelines.
Quick Start
Configure the a0p provider to use GPT-5 variants (gpt-5, gpt-5-mini, gpt-5-nano) via the Responses API or Chat Completions and run a sample inference to verify model selection, tool calls, and streaming outputs.