OpenAI · GraphQL Specification

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.

Documentation Endpoint View on GitHub AIArtificial IntelligenceLarge Language ModelsT1GraphQL

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

Related API Specs

OpenAI Assistants API (OpenAPI) OpenAI Audio API (OpenAPI) OpenAI Chat API (OpenAPI) OpenAI Chat Completions API (OpenAPI) OpenAI Embeddings API (OpenAPI) OpenAI Files API (OpenAPI) OpenAI Fine Tuning API (OpenAPI) OpenAI Images API (OpenAPI) OpenAI Models API (OpenAPI) OpenAI Threads API (OpenAPI) OpenAI Realtime API (AsyncAPI) OpenAI Completions API (OpenAPI)
Back to OpenAI · All GraphQL Specs · GitHub