Phoenix-evals supports GPT-5 in the Prompt Playground as of version 11.21+, but there is no explicit documentation confirming support for GPT-5 models via Azure OpenAI in phoenix-evals. Recent updates have focused on parameter compatibility (e.g., mapping max_tokens to max_completion_tokens for Azure o1/o3 models), but there is no mention of GPT-5-specific Azure support or fixes for the error you encountered with gpt-5-mini. The error suggests a parameter mismatch, which has been a recurring issue for new Azure models in Phoenix, but no official fix for GPT-5 on Azure is documented yet.
If you are using the latest Phoenix version and still encounter this error, it likely means GPT-5 models via Azure OpenAI are not yet fully supported in phoenix-evals, or require additional parameter handling not yet implemented. You may want to monitor the Phoenix GitHub issues and release notes for updates on Azure GPT-5 support and parameter compatibility improvements. Would you like more detail on workarounds or tracking this feature?
Sources:
- <https://github.com/Arize-ai/phoenix/pull/8661|fix: duplicate OpenAIReasoningStreamingClient for AzureOpenAIReasoningStreamingClient>
- <https://github.com/Arize-ai/phoenix/pull/7144|fix: azure max tokens update>