mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-14 00:14:04 +09:00
Added gpt-4.1
This commit is contained in:
@@ -69,10 +69,16 @@
|
||||
completion: 10 / 1_000_000,
|
||||
max: 131072,
|
||||
},
|
||||
"gpt-4.5-preview": {
|
||||
"gpt-4.1": {
|
||||
...chatModelBase,
|
||||
prompt: 75 / 1_000_000,
|
||||
completion: 150 / 1_000_000,
|
||||
prompt: 2.0 / 1_000_000,
|
||||
completion: 8.0 / 1_000_000,
|
||||
max: 131072,
|
||||
},
|
||||
"gpt-4.1-mini": {
|
||||
...chatModelBase,
|
||||
prompt: 0.4 / 1_000_000,
|
||||
completion: 1.6 / 1_000_000,
|
||||
max: 131072,
|
||||
},
|
||||
"o1-mini": {
|
||||
|
||||
Reference in New Issue
Block a user