{
"content": "cos90とは何ですか",
"model": "gpt-4o",
"lang": "zh",
"stream": false
}
curl --location --request POST 'https://api.302.ai/302/answer/generate' \
--header 'Authorization: Bearer sk-mfYQzy0XTFfz4P16vRE4gFrKK1Nly4TozsMqbbb9PSiJUvFO' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "cos90とは何ですか",
"model": "gpt-4o",
"lang": "zh",
"stream": false
}'
{
"choices": [
{
"finish_reason": "string",
"index": 0,
"message": {
"content": "string",
"role": "string"
}
}
],
"created": 0,
"id": "string",
"model": "string",
"object": "string",
"system_fingerprint": "string",
"usage": {
"completion_tokens": 0,
"completion_tokens_details": {},
"prompt_tokens": 0,
"prompt_tokens_details": {},
"total_tokens": 0
}
}