feat: gpt 5.4 mini
This commit is contained in:
+14
-1
@@ -1,6 +1,6 @@
|
|||||||
providers:
|
providers:
|
||||||
llm-public:
|
llm-public:
|
||||||
baseUrl: https://llm.public.moe.wtf/v1
|
baseUrl: https://example.com/v1
|
||||||
api: openai-completions
|
api: openai-completions
|
||||||
apiKey: LLM_PUBLIC_KEY
|
apiKey: LLM_PUBLIC_KEY
|
||||||
models:
|
models:
|
||||||
@@ -30,6 +30,19 @@ providers:
|
|||||||
output: 15
|
output: 15
|
||||||
cacheRead: 0.25
|
cacheRead: 0.25
|
||||||
cacheWrite: 0
|
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
|
- id: gpt-5.3-codex
|
||||||
name: GPT-5.3 Codex
|
name: GPT-5.3 Codex
|
||||||
reasoning: true
|
reasoning: true
|
||||||
|
|||||||
Reference in New Issue
Block a user