OpenAI GraphQL
OpenAI does not offer a native public GraphQL endpoint. All official API access is provided through the OpenAI REST API at `https://api.openai.com/v1`. This schema is a comprehensive conceptual GraphQL representation derived from the OpenAI REST API surface, covering models, chat completions, embeddings, images, audio, files, fine-tuning, batches, assistants, threads, messages, runs, vector stores, uploads, moderations, and administration resources.
Overview
OpenAI GraphQL is a GraphQL API specification published by OpenAI on the APIs.io network.
OpenAI does not offer a native public GraphQL endpoint. All official API access is provided through the OpenAI REST API at https://api.openai.com/v1. This schema is a comprehensive conceptual GraphQL representation derived from the OpenAI REST API surface, covering models, chat completions, embeddings, images, audio, files, fine-tuning, batches, assistants, threads, messages, runs, vector stores, uploads, moderations, and administration resources.
The specification includes 2 reference links.
Tagged areas include AI, Artificial Intelligence, Large Language Models, and T1.
Endpoint
References
- API Reference https://platform.openai.com/docs/api-reference
- Developer Portal https://developers.openai.com/