DeepInfra API
JSON →Provides a full suite of AI tools via DeepInfraâs OpenAI-compatible API, including image generation, text processing, embeddings, and speech recognition.
Install
uvx
`uvx` Tools · 10
- generate_image Generate an image from a text prompt. Returns the URL of the generated image.
- text_generation Generate text completion from a prompt.
- embeddings Generate embeddings for a list of input texts.
- speech_recognition Transcribe audio from a URL to text using Whisper model.
- zero_shot_image_classification Classify an image into provided candidate labels using vision model.
- object_detection Detect and describe objects in an image using multimodal model.
- image_classification Classify and describe contents of an image using multimodal model.
- text_classification Analyze text for sentiment and category.
- token_classification Perform named entity recognition (NER) on text.
- fill_mask Fill masked tokens in text with appropriate words.
Environment variables
DEEPINFRA_API_KEY
Links
★ 1 GitHub stars