A catalog of AI models in Microsoft Foundry that you can discover, compare, and deploy using Azure’s built‑in tools for evaluation, fine‑tuning, and inference
Hello Birud Vora,
Thank you for the detailed information.
Based on the behaviour you described, the issue appears to be related to the interaction between the gpt-5.6-luna deployment and the Agent Service (Assistants API) run execution path. The error indicates that the model does not support the temperature and/or top_p parameters, while the service is automatically populating these values on the run object even when they are omitted from the request.
At this time, there is no documented mechanism in the Threads/Runs API to explicitly remove these fields from the generated run object. If the service continues to inject default values (temperature=1, top_p=1) and the model rejects them, this would suggest either:
- A compatibility limitation between the current gpt-5.6-luna deployment and the Assistants/Agent Service execution path, or
- An issue in the service handling of model-specific parameter restrictions when creating runs.
To help determine whether this is expected behaviour or a service-side issue, could you please confirm:
- Whether the same assistant and workflow succeeds when using another supported model deployment (for example, a GPT-4.x or other GPT-5 family deployment).
- The SDK and SDK version being used (if applicable), or whether the requests are being sent directly via REST.
- A request ID / correlation ID from a failed run response, along with the approximate UTC timestamp of the failure.
Once we have that information, we can further investigate the model compatibility and backend behaviour.
Thank you, and we look forward to your update.