Baidu
ERNIE 4 Turbo
Baidu's enterprise model line is useful for Chinese-language knowledge, search-adjacent and business workflows.
reasoningmultilingualjson
Best use cases
Chinese knowledge QA
enterprise search
business writing
data extraction
OpenAI-compatible request
Set baseURL to https://thesmartoken.com/v1 and pass the model ID below.
curl -s "https://thesmartoken.com/v1/chat/completions" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_SMARTOKEN_KEY" \
-d '{
"model": "ernie-4-turbo",
"stream": true,
"messages": [
{ "role": "user", "content": "Summarize this product idea in three bullets." }
]
}'