Hugging Face GraphQL Schema
This conceptual GraphQL schema models the Hugging Face AI platform, covering the full surface area of its public APIs: the Hub API for managing models, datasets, and spaces; the Inference API for running ML pipelines; Inference Endpoints for dedicated deployments; and the Dataset Viewer API for querying hosted datasets.
Overview
Hugging Face GraphQL Schema is a GraphQL API specification published by Hugging Face on the APIs.io network.
This conceptual GraphQL schema models the Hugging Face AI platform, covering the full surface area of its public APIs: the Hub API for managing models, datasets, and spaces; the Inference API for running ML pipelines; Inference Endpoints for dedicated deployments; and the Dataset Viewer API for querying hosted datasets.
The specification includes 6 reference links.
Endpoint
References
- Hub API Documentation https://huggingface.co/docs/hub/api
- Inference API Documentation https://huggingface.co/docs/api-inference/index
- Inference Endpoints Documentation https://huggingface.co/docs/inference-endpoints/api_reference
- Dataset Viewer Documentation https://huggingface.co/docs/dataset-viewer/index
- GitHub Organization https://github.com/huggingface
- Hub Python SDK https://huggingface.co/docs/huggingface_hub/index