Skip to content

Conversation

@majiayu000
Copy link

Summary

  • Added gpt-audio-mini and gpt-audio-mini-2025-04-01 to the ChatModel type

Fixes

Closes #2761

Changes

  • src/openai/types/shared/chat_model.py
  • src/openai/types/shared_params/chat_model.py
  • src/openai/resources/responses/responses.py
  • src/openai/types/responses/response_compact_params.py

Test

Added tests/test_chat_model_types.py to verify the model is present.

Fixes openai#2761

Added gpt-audio-mini and gpt-audio-mini-2025-04-01 to the ChatModel
type definition as they are available models according to the
OpenAI documentation.

Changes:
- src/openai/types/shared/chat_model.py
- src/openai/types/shared_params/chat_model.py
- src/openai/resources/responses/responses.py
- src/openai/types/responses/response_compact_params.py
- Added test to verify the model is present
@majiayu000 majiayu000 requested a review from a team as a code owner December 17, 2025 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

gpt-audio-mini is missing from the ChatModel list — should it be included?

1 participant