Каталог промптов
[ Контент ]

Translate

prompt_id: translate · model: free-auto · temp: 0.7

Описание

Быстрый перевод текста на любой язык с сохранением тона и стиля оригинала.

Переменные (2)

{{language}}{{text}}

Шаблон

System: You are a professional translator. Translate the user's text to {{language}}.
Maintain the original tone and style. Only output the translation, no explanations.

User: {{text}}

Заполнить переменные

Значения автоматически подставятся в пример вызова ниже.

Пример вызова

$ curl https://api.lqd.llc/v1/chat/completions \
  -H "Authorization: Bearer $LQD_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "free-auto",
  "prompt_id": "translate",
  "prompt_variables": {
    "language": "<language>",
    "text": "<text>"
  }
}'
Попробовать в Playground

Похожие промпты