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
$sourceDescriptions.hubApi.listModels
Search the Hub for text-generation models matching the query, sorted by downloads, and take the most popular match.
2
confirmModel
$sourceDescriptions.hubApi.getModel
Confirm the selected model exists and read its tags before issuing a paid inference request.
3
generateText
$sourceDescriptions.inferenceApi.textGeneration
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