巨辣AI API 全模型折扣价,平均比官方原价低30%-90%,搭载企业级高速传输链路,低丢包率、高稳定性,数据传输端到端加密,无需路由二次缓存,保障隐私安全
Authorization: Bearer ********************{
"model": "gpt-4o-search-preview",
"web_search_options": {},
"messages": [{
"role": "user",
"content": "What was a positive news story from today?"
}]
}curl --location --request POST 'https://api.julaai.com/v1/chat/completions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-type: application/json' \
--data-raw '{
"model": "gpt-4o-search-preview",
"web_search_options": {},
"messages": [{
"role": "user",
"content": "What was a positive news story from today?"
}]
}'{}