Marketplace/@admin/slava-translate

slava-translate

Translate text between languages using gonka inference. Auto-detects the source language; you only specify the target. Returns structured JSON with the translation, detected language, and confidence.

joblanguagev0.1.0
Updated 5h ago · 10 total runs

Inputs

textstringrequiredSource text to translate (any language; auto-detected).
target_languagestringrequiredTarget language for the translation. Examples - "English", "Russian", "Japanese", "fr", "es-MX".
modelstringModel id to use for translation. Must be available in the active gonka gateway.
temperaturenumberSampling temperature. Lower (0.0-0.3) produces more literal translations.

Outputs

translationstring
detected_languagestring
target_languagestring
confidencenumber
notesstring
modelstring
usagejson

Resources

CPU
1
Memory
512 MB
Timeout
180s