What problem does it solve?
This Skill solves the problem of not knowing the exact request paths, required parameters, and response shapes for OpenAI’s REST API, preventing guesswork and broken integrations.
Core Features & Use Cases
- OpenAI REST API endpoint reference: Covers common resources like Responses, Chat Completions, audio transcription/speech, embeddings, images, files, fine-tuning, batches, models, moderations, vector stores, and assistants.
- Field-accurate shapes: Guides you to consult the Skill’s references/ content and explicitly avoid guessing field names or types.
- Rapid endpoint lookups: Lets you find the correct endpoint/type for a task (e.g., “create an embedding”, “list models”, “transcribe audio”) and get the associated parameter/response structure.
Quick Start
Ask your assistant which exact OpenAI endpoint and parameters you should use for your specific task, and have it verify the field names by checking the matching entry in the Skill’s references/ directory.