diff --git a/hosts/h001/mods/litellm.nix b/hosts/h001/mods/litellm.nix index 6e941508..457206e0 100644 --- a/hosts/h001/mods/litellm.nix +++ b/hosts/h001/mods/litellm.nix @@ -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