fix(openai): route Codex audio to transcription model

This commit is contained in:
Vincent Koc
2026-05-04 17:14:08 -07:00
committed by GitHub
parent a491090b48
commit 2cb03ee7b5
8 changed files with 150 additions and 19 deletions

View File

@@ -789,9 +789,14 @@
}
},
"openai-codex": {
"capabilities": ["image"],
"capabilities": ["image", "audio"],
"defaultModels": {
"image": "gpt-5.5"
"image": "gpt-5.5",
"audio": "gpt-4o-transcribe"
},
"autoPriority": {
"image": 20,
"audio": 20
}
}
},