Hugging Face · Arazzo Workflow
Hugging Face Grounded Text Generation
Version 1.0.0
Find a text-generation model on the Hub, confirm it, then run hosted text generation.
Provider
Workflows
grounded-text-generation
Discover a text-generation model on the Hub and generate text with it.
Searches the Hub for a text-generation model, verifies it, and runs a hosted text-generation inference request against the selected model.
1
findModel
Search the Hub for text-generation models matching the query, sorted by downloads, and take the most popular match.
2
confirmModel
Confirm the selected model exists and read its tags before issuing a paid inference request.
3
generateText
Run a hosted text-generation inference request against the confirmed model. A 200 returns the generated text; a 503 indicates the model is still loading and the request may be retried.
Source API Descriptions
openapi
openapi
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.