Chat(Translate into English)
Translation service from DeepLPrice: 25 PTC / 1M tokens
Request
Body Params application/json
{
"model": "deepl-en",
"message":"你好"
}
Request Code Samples
curl --location --request POST 'https://api.302.ai/v1/chat/completions' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "deepl-en",
"message":"你好"
}'
Responses
application/json Modified at 2025-10-20 10:05:36