From 2b924f2b4d392986541caa8f17c52a6ccd00ad0b Mon Sep 17 00:00:00 2001 From: crosstyan Date: Thu, 19 Mar 2026 13:47:38 +0800 Subject: [PATCH] feat: gpt 5.4 mini --- models.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/models.yml b/models.yml index ae6edfb..29637d7 100644 --- a/models.yml +++ b/models.yml @@ -1,6 +1,6 @@ providers: llm-public: - baseUrl: https://llm.public.moe.wtf/v1 + baseUrl: https://example.com/v1 api: openai-completions apiKey: LLM_PUBLIC_KEY models: @@ -30,6 +30,19 @@ providers: output: 15 cacheRead: 0.25 cacheWrite: 0 + - id: gpt-5.4-mini + name: GPT-5.4 mini + reasoning: true + input: + - text + - image + contextWindow: 400000 + maxTokens: 128000 + cost: + input: 0.75 + output: 4.5 + cacheRead: 0.075 + cacheWrite: 0 - id: gpt-5.3-codex name: GPT-5.3 Codex reasoning: true