📌 Hugging Face API
Number of APIs: 10
Prerequisites
- Qodex
- Hugging Face Account: https://huggingface.co/
Usage
- Create a fork
- Update collection variables
- Send requests (on 503 due to model loading, wait and retry)
Documentation
Models
1,000,000+ open models (open-source, open-data, and/or open-weight), including Gemma (by Google, open-weight), Llama (by Meta AI, open-weight), and Mixtral (by Mistral AI, open-weight).
Models can be deployed via one or more of the following options:
- Serverless Inference REST API
- Transformer Python SDK
- Dedicated Inference Endpoint (AWS, Azure, GCP)
- Amazon SageMaker
- Azure ML
- Google Vertex AI
- Hugging Face Space
About Hugging Face
The AI community building the future.
-
🚀 Get Started - Text Generation (google/gemma-7b-it) POST {{baseUrl}}/models/:model
-
Text Generation - mistralai/Mixtral-8x7B-Instruct-v0.1 POST {{baseUrl}}/models/:model
-
Text-to-Speech - facebook/fastspeech2-en-ljspeech POST {{baseUrl}}/models/:model
-
Speech-to-Text - openai/whisper-large-v3 POST {{baseUrl}}/models/:model
-
Text-to-Image - stabilityai/stable-diffusion-xl-base-1.0 POST {{baseUrl}}/models/:model
-
Image-to-Text - Salesforce/blip-image-captioning-large POST {{baseUrl}}/models/:model
-
Text-to-Audio - facebook/musicgen-stereo-large POST {{baseUrl}}/models/:model
-
Object Detection - facebook/detr-resnet-50 POST {{baseUrl}}/models/:model
-
Summarization - facebook/bart-large-cnn POST {{baseUrl}}/models/:model
-
Table Question Answering - microsoft/tapex-large-finetuned-wtq POST {{baseUrl}}/models/:model