openai_token_usage_sanity{
"model": "{{openai_model}}",
"messages": [
{
"role": "user",
"content": "Write one short sentence ending with OPENAI_TOKEN_SHORT_OK."
}
],
"temperature": 0,
"max_tokens": 64
}curl --location 'https://api.147ai.cn/v1/chat/completions?_apifox_probe_id=openai_token_usage_91000129' \
--header 'Authorization: Bearer {{api_key}}' \
--header 'Content-Type: application/json' \
--data '{
"model": "{{openai_model}}",
"messages": [
{
"role": "user",
"content": "Write one short sentence ending with OPENAI_TOKEN_SHORT_OK."
}
],
"temperature": 0,
"max_tokens": 64
}'{}