一手货源,专业的大模型中转平台,源头级API,一手中转、自逆,提供低延迟,高并发的可靠服务,支持炼丹,量大可谈
Authorization: Bearer ********************
{
"model": "gpt-4o-audio-preview",
"modalities": ["text", "audio"],
"audio": { "voice": "alloy", "format": "wav" },
"messages": [
{
"role": "user",
"content": "Is a golden retriever a good family dog?"
}
]
}
curl --location -g --request POST '{{BASE_URL}}/v1/chat/completions' \
--header 'Authorization;' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "gpt-4o-audio-preview",
"modalities": ["text", "audio"],
"audio": { "voice": "alloy", "format": "wav" },
"messages": [
{
"role": "user",
"content": "Is a golden retriever a good family dog?"
}
]
}'
{}