Update models.json (#18586)

- Replace the active models-manager catalog with the deleted core
catalog contents.
- Replace stale hardcoded test model slugs with current bundled model
slugs.
- Keep this as a stacked change on top of the cleanup PR.
This commit is contained in:
Ahmed Ibrahim
2026-04-20 10:27:01 -07:00
committed by GitHub
parent 5d5d610740
commit 316cf0e90b
63 changed files with 540 additions and 1016 deletions

View File

@@ -2833,7 +2833,7 @@ async fn delegated_turn_user_role_echo_does_not_redelegate_and_still_forwards_au
]])
.await;
let mut builder = test_codex().with_model("gpt-5.1").with_config({
let mut builder = test_codex().with_model("gpt-5.4").with_config({
let realtime_base_url = realtime_server.uri().to_string();
move |config| {
config.experimental_realtime_ws_base_url = Some(realtime_base_url);
@@ -2979,7 +2979,7 @@ async fn inbound_handoff_request_does_not_block_realtime_event_forwarding() -> R
]]])
.await;
let mut builder = test_codex().with_model("gpt-5.1").with_config({
let mut builder = test_codex().with_model("gpt-5.4").with_config({
let realtime_base_url = realtime_server.uri().to_string();
move |config| {
config.experimental_realtime_ws_base_url = Some(realtime_base_url);
@@ -3110,7 +3110,7 @@ async fn inbound_handoff_request_steers_active_turn() -> Result<()> {
]])
.await;
let mut builder = test_codex().with_model("gpt-5.1").with_config({
let mut builder = test_codex().with_model("gpt-5.4").with_config({
let realtime_base_url = realtime_server.uri().to_string();
move |config| {
config.experimental_realtime_ws_base_url = Some(realtime_base_url);
@@ -3260,7 +3260,7 @@ async fn inbound_handoff_request_starts_turn_and_does_not_block_realtime_audio()
]]])
.await;
let mut builder = test_codex().with_model("gpt-5.1").with_config({
let mut builder = test_codex().with_model("gpt-5.4").with_config({
let realtime_base_url = realtime_server.uri().to_string();
move |config| {
config.experimental_realtime_ws_base_url = Some(realtime_base_url);