openai-docs-guide

Retrieve OpenAI API documentation for endpoints, models, pricing, and SDKs.

Updated Jan 10, 2026
One-click install
npx skills add https://github.com/PsychQuant/psychquant-claude-plugins --skill openai-docs-guide
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-docs-guide
Source: https://github.com/PsychQuant/psychquant-claude-plugins/tree/main/plugins/ai-docs-guide/skills/openai-docs-guide
Command: npx skills add https://github.com/PsychQuant/psychquant-claude-plugins --skill openai-docs-guide

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides accurate and up-to-date information on OpenAI's extensive API documentation, eliminating the need for users to manually search through complex web pages.

Core Features & Use Cases

  • API Documentation Access: Quickly retrieve details on OpenAI API endpoints, SDKs, and features.
  • Model Information: Get information on model selection, capabilities, and pricing.
  • Use Case: A developer is unsure about the correct parameters for using function calling in the Chat Completions API. They can use this Skill to get precise documentation on the tools and tool_choice parameters.

Quick Start

Use the openai-docs-guide skill to find information about OpenAI's function calling documentation.

Frequently Asked Questions about openai-docs-guide

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I use function calling in the OpenAI Chat Completions API?

Function calling in the OpenAI Chat Completions API utilizes the `tools` and `tool_choice` parameters to let models invoke external functions. You can query the official OpenAI documentation to retrieve precise parameter details and implementation examples.

What is the difference between the OpenAI Responses API and Chat Completions?

The OpenAI Responses API and Chat Completions are distinct endpoints for interacting with AI models. Querying the official documentation reveals their specific use cases, supported features, and structural differences for managing conversational flows.

How do I get OpenAI API pricing and model capabilities for different SDKs?

OpenAI API pricing and model capabilities across multiple language SDKs are detailed in the official documentation. You can retrieve up-to-date information on model selection, costs, and specific SDK support without manual web searches.

Does the OpenAI API support structured outputs and tool use for Agents SDK?

Yes, the OpenAI API supports structured outputs and tool use, including integration with the Agents SDK. The official documentation provides detailed guidance on configuring these features for building autonomous agents and managing complex interactions.

What multimedia generation features are available in the OpenAI API?

The OpenAI API includes multimedia generation features alongside text models, Realtime API, fine-tuning, embeddings, and moderation tools. Official documentation provides direct access to implementation details and supported multimedia endpoints.

Can I find OpenAI Realtime API and fine-tuning documentation without searching the web?

Yes, you can retrieve documentation for the OpenAI Realtime API and fine-tuning directly from official sources. This eliminates manual web searches by providing instant access to endpoint details, parameters, and implementation guides.