add 5.2 azure

This commit is contained in:
RingOfStorms (Joshua Bell) 2026-01-09 16:58:29 -06:00
parent 98bcdea153
commit ef64efbb6e

View file

@ -102,7 +102,7 @@ in
})
# curl -L "http://100.64.0.8:9010/azure/openai/models?api-version=2025-04-01-preview" | jq '.data.[].id'
[
# "gpt-5.2-2025-12-11"
"gpt-5.2-2025-12-11"
"gpt-5.1-2025-11-13"
"gpt-4o-2024-05-13"
"gpt-4.1-2025-04-14"
@ -111,6 +111,16 @@ in
"gpt-5-mini-2025-08-07"
"gpt-5-2025-08-07"
]
#curl "http://100.64.0.8:9010/azure/openai/deployments/gpt-5.2-2025-12-11/chat/completions?api-version=2025-04-01-preview" \
# -H "Content-Type: application/json" \
# -H "api-key: na" \
# -d '{
# "messages": [
# {"role": "system", "content": "You are a helpful assistant."},
# {"role": "user", "content": "write a haiku?"}
# ],
# "temperature": 0.7
# }' | jq
)
# 宙 Proxy
++ (builtins.map