From 330517a4c60002534ffa877e48649d5ff9d650c4 Mon Sep 17 00:00:00 2001 From: Ahmed Ibrahim Date: Sun, 3 May 2026 03:45:22 +0300 Subject: [PATCH] Add bundled service tier metadata --- codex-rs/models-manager/models.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/codex-rs/models-manager/models.json b/codex-rs/models-manager/models.json index ce06a3dd35..7bc28cd7e2 100644 --- a/codex-rs/models-manager/models.json +++ b/codex-rs/models-manager/models.json @@ -173,6 +173,11 @@ "id": "priority", "name": "Fast", "description": "Fast tier" + }, + { + "id": "ultrafast", + "name": "Ultrafast", + "description": "The fastest available responses for latency-sensitive work." } ], "supports_reasoning_summaries": true