Hugging Face · Arazzo Workflow
Hugging Face Summarize Then Translate
Version 1.0.0
Summarize a long document with one model, then translate the summary with another.
Provider
Workflows
summarize-then-translate
Summarize a document and translate the resulting summary.
Runs a summarization inference call on a long text and then translates the generated summary using a translation model.
1
summarize
Summarize the source text into a shorter version using the summarization model.
2
translate
Translate the generated summary into the target language using the translation model.
Source API Descriptions
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.