scripts/inference-providers/templates/task/translation.handlebars (16 lines of code) (raw):
## Translation
Translation is the task of converting text from one language to another.
{{{tips.linksToTaskPage.translation}}}
### Recommended models
{{#each recommendedModels.translation}}
- [{{this.id}}](https://huggingface.co/{{this.id}}): {{this.description}}
{{/each}}
{{{tips.listModelsLink.translation}}}
### Using the API
{{{snippets.translation}}}
### API specification
#### Request
{{{constants.specsHeaders}}}
{{{specs.translation.input}}}
#### Response
{{{specs.translation.output}}}