Skip to content

Commit 9187d07

Browse files
committed
v4.25.0
1 parent d224ce3 commit 9187d07

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.ja.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# 変更履歴
2+
### 4.25.0
3+
- `codex-mini-latest`モデルを追加しました
4+
- 廃止予定モデルのリストを更新しました
5+
26
### 4.24.0
37
- `Connect-RealtimeTranscriptionSession`および`Set-RealtimeTranscriptionSessionConfiguration`を追加しました
48
- `Request-ImageGeneration`および`Request-ImageEdit``gpt-image-1`モデルをサポートしました

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Changelog
2+
### 4.25.0
3+
- Add `codex-mini-latest` model.
4+
- Update deprecation models list.
5+
26
### 4.24.0
37
- Add `Connect-RealtimeTranscriptionSession` and `Set-RealtimeTranscriptionSessionConfiguration`.
48
- Add `gpt-image-1` model support for `Request-ImageGeneration` and `Request-ImageEdit`.

PSOpenAI.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
# Version number of this module.
3-
ModuleVersion = '4.24.0'
3+
ModuleVersion = '4.25.0'
44

55
# Supported PSEditions
66
CompatiblePSEditions = 'Core', 'Desktop'

0 commit comments

Comments
 (0)