From e47f4d14b80943b0f6360753ba821cd7e5083aab Mon Sep 17 00:00:00 2001 From: crosstyan Date: Thu, 19 Mar 2026 13:07:48 +0800 Subject: [PATCH] init --- models.yml | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 models.yml diff --git a/models.yml b/models.yml new file mode 100644 index 0000000..ae6edfb --- /dev/null +++ b/models.yml @@ -0,0 +1,46 @@ +providers: + llm-public: + baseUrl: https://llm.public.moe.wtf/v1 + api: openai-completions + apiKey: LLM_PUBLIC_KEY + models: + - id: gpt-5.3-codex-spark + name: GPT-5.3 Codex Spark + reasoning: true + input: + - text + - image + contextWindow: 400000 + maxTokens: 128000 + cost: + input: 0 + output: 0 + cacheRead: 0 + cacheWrite: 0 + - id: gpt-5.4 + name: GPT-5.4 + reasoning: true + input: + - text + - image + contextWindow: 1050000 + maxTokens: 128000 + cost: + input: 2.5 + output: 15 + cacheRead: 0.25 + cacheWrite: 0 + - id: gpt-5.3-codex + name: GPT-5.3 Codex + reasoning: true + input: + - text + - image + contextWindow: 400000 + maxTokens: 128000 + cost: + input: 0 + output: 0 + cacheRead: 0 + cacheWrite: 0 +