Skip to content

Commit ff8f7d4

Browse files
committed
chore: update models.yaml
1 parent dd8f3e4 commit ff8f7d4

File tree

1 file changed

+106
-32
lines changed

1 file changed

+106
-32
lines changed

models.yaml

Lines changed: 106 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
output_price: 10
1212
supports_vision: true
1313
supports_function_calling: true
14+
- name: gpt-4o-search-preview
15+
max_input_tokens: 128000
16+
max_output_tokens: 16384
17+
input_price: 2.5
18+
output_price: 10
19+
supports_vision: true
1420
- name: chatgpt-4o-latest
1521
max_input_tokens: 128000
1622
max_output_tokens: 16384
@@ -25,6 +31,12 @@
2531
output_price: 0.6
2632
supports_vision: true
2733
supports_function_calling: true
34+
- name: gpt-4o-mini-search-preview
35+
max_input_tokens: 128000
36+
max_output_tokens: 16384
37+
input_price: 0.15
38+
output_price: 0.6
39+
supports_vision: true
2840
- name: gpt-4-turbo
2941
max_input_tokens: 128000
3042
max_output_tokens: 4096
@@ -65,6 +77,18 @@
6577
max_tokens: null
6678
temperature: null
6779
top_p: null
80+
- name: o1-pro
81+
max_input_tokens: 200000
82+
input_price: 150
83+
output_price: 600
84+
supports_vision: true
85+
supports_function_calling: true
86+
system_prompt_prefix: Formatting re-enabled
87+
patch:
88+
body:
89+
max_tokens: null
90+
temperature: null
91+
top_p: null
6892
- name: o1
6993
max_input_tokens: 200000
7094
input_price: 15
@@ -151,6 +175,18 @@
151175
output_price: 0
152176
supports_vision: true
153177
supports_function_calling: true
178+
- name: gemini-2.5-pro-exp-03-25
179+
max_input_tokens: 1048576
180+
max_output_tokens: 65536
181+
input_price: 0
182+
output_price: 0
183+
supports_vision: true
184+
supports_function_calling: true
185+
- name: gemma-3-27b-it
186+
max_input_tokens: 131072
187+
max_output_tokens: 8192
188+
input_price: 0
189+
output_price: 0
154190
- name: gemini-1.5-pro-latest
155191
max_input_tokens: 2097152
156192
max_output_tokens: 8192
@@ -322,11 +358,17 @@
322358
supports_function_calling: true
323359

324360
# Links:
325-
# - https://docs.cohere.com/docs/command-r-plus
361+
# - https://docs.cohere.com/docs/models
326362
# - https://cohere.com/pricing
327363
# - https://docs.cohere.com/reference/chat
328364
- provider: cohere
329365
models:
366+
- name: command-a-03-2025
367+
max_input_tokens: 256000
368+
max_output_tokens: 8192
369+
input_price: 2.5
370+
output_price: 10
371+
supports_function_calling: true
330372
- name: command-r-plus-08-2024
331373
max_input_tokens: 128000
332374
max_output_tokens: 4096
@@ -859,20 +901,25 @@
859901
# - https://cloud.baidu.com/doc/WENXINWORKSHOP/s/hlrk4akp7
860902
- provider: ernie
861903
models:
904+
- name: ernie-4.0-8k-latest
905+
max_input_tokens: 8192
906+
input_price: 0.56
907+
output_price: 2.24
908+
supports_function_calling: true
862909
- name: ernie-4.0-turbo-8k-latest
863910
max_input_tokens: 8192
864-
input_price: 2.8
865-
output_price: 8.4
911+
input_price: 0.42
912+
output_price: 1.26
866913
supports_function_calling: true
867914
- name: ernie-4.0-turbo-128k
868915
max_input_tokens: 128000
869-
input_price: 2.8
870-
output_price: 8.4
916+
input_price: 0.42
917+
output_price: 1.26
871918
supports_function_calling: true
872919
- name: ernie-4.0-8k-latest
873920
max_input_tokens: 8192
874-
input_price: 4.2
875-
output_price: 12.6
921+
input_price: 0.56
922+
output_price: 2.24
876923
supports_function_calling: true
877924
- name: ernie-3.5-128k
878925
max_input_tokens: 128000
@@ -1023,6 +1070,11 @@
10231070
input_price: 0.112
10241071
output_price: 0.28
10251072
supports_function_calling: true
1073+
- name: hunyuan-t1-latest
1074+
max_input_tokens: 28000
1075+
max_output_tokens: 64000
1076+
input_price: 0.14
1077+
output_price: 0.56
10261078
- name: hunyuan-turbo-latest
10271079
max_input_tokens: 28000
10281080
max_output_tokens: 4096
@@ -1059,12 +1111,6 @@
10591111
input_price: 0
10601112
output_price: 0
10611113
supports_function_calling: true
1062-
- name: hunyuan-functioncall
1063-
max_input_tokens: 28000
1064-
max_output_tokens: 4096
1065-
input_price: 0.56
1066-
output_price: 1.12
1067-
supports_function_calling: true
10681114
- name: hunyuan-turbo-vision
10691115
max_input_tokens: 6144
10701116
max_output_tokens: 2048
@@ -1240,18 +1286,12 @@
12401286
output_price: 10
12411287
supports_vision: true
12421288
supports_function_calling: true
1243-
- name: openai/gpt-4o-2024-11-20
1244-
max_input_tokens: 128000
1245-
input_price: 2.5
1246-
output_price: 10
1247-
supports_vision: true
1248-
supports_function_calling: true
1249-
- name: openai/gpt-4o-2024-08-06
1289+
- name: openai/gpt-4o-search-preview
12501290
max_input_tokens: 128000
1291+
max_output_tokens: 16384
12511292
input_price: 2.5
12521293
output_price: 10
12531294
supports_vision: true
1254-
supports_function_calling: true
12551295
- name: openai/chatgpt-4o-latest
12561296
max_input_tokens: 128000
12571297
input_price: 5
@@ -1264,6 +1304,12 @@
12641304
output_price: 0.6
12651305
supports_vision: true
12661306
supports_function_calling: true
1307+
- name: openai/gpt-4o-mini-search-preview
1308+
max_input_tokens: 128000
1309+
max_output_tokens: 16384
1310+
input_price: 0.15
1311+
output_price: 0.6
1312+
supports_vision: true
12671313
- name: openai/gpt-4-turbo
12681314
max_input_tokens: 128000
12691315
input_price: 10
@@ -1299,6 +1345,18 @@
12991345
body:
13001346
temperature: null
13011347
top_p: null
1348+
- name: openai/o1-pro
1349+
max_input_tokens: 200000
1350+
input_price: 150
1351+
output_price: 600
1352+
supports_vision: true
1353+
supports_function_calling: true
1354+
system_prompt_prefix: Formatting re-enabled
1355+
patch:
1356+
body:
1357+
max_tokens: null
1358+
temperature: null
1359+
top_p: null
13021360
- name: openai/o1
13031361
max_input_tokens: 128000
13041362
input_price: 15
@@ -1363,6 +1421,10 @@
13631421
output_price: 0.3
13641422
supports_vision: true
13651423
supports_function_calling: true
1424+
- name: google/gemma-3-27b-it
1425+
max_input_tokens: 131072
1426+
input_price: 0.1
1427+
output_price: 0.2
13661428
- name: anthropic/claude-3.7-sonnet
13671429
max_input_tokens: 200000
13681430
max_output_tokens: 8192
@@ -1454,8 +1516,8 @@
14541516
input_price: 2
14551517
output_price: 6
14561518
supports_function_calling: true
1457-
- name: mistralai/mistral-small-24b-instruct-2501
1458-
max_input_tokens: 32768
1519+
- name: mistralai/mistral-small-3.1-24b-instruct
1520+
max_input_tokens: 131072
14591521
input_price: 0.1
14601522
output_price: 0.3
14611523
- name: mistralai/codestral-2501
@@ -1483,16 +1545,21 @@
14831545
input_price: 0.1
14841546
output_price: 0.1
14851547
supports_vision: true
1486-
- name: ai21/jamba-1-5-large
1548+
- name: ai21/jamba-1.6-large
14871549
max_input_tokens: 256000
14881550
input_price: 2
14891551
output_price: 8
14901552
supports_function_calling: true
1491-
- name: ai21/jamba-1-5-mini
1553+
- name: ai21/jamba-1.6-mini
14921554
max_input_tokens: 256000
14931555
input_price: 0.2
14941556
output_price: 0.4
14951557
supports_function_calling: true
1558+
- name: cohere/command-a
1559+
max_input_tokens: 256000
1560+
input_price: 2.5
1561+
output_price: 10
1562+
supports_function_calling: true
14961563
- name: cohere/command-r-plus-08-2024
14971564
max_input_tokens: 128000
14981565
input_price: 2.5
@@ -1508,10 +1575,10 @@
15081575
max_output_tokens: 4096
15091576
input_price: 0.0375
15101577
output_price: 0.15
1511-
- name: deepseek/deepseek-chat
1578+
- name: deepseek/deepseek-chat-v3-0324
15121579
max_input_tokens: 64000
1513-
input_price: 0.14
1514-
output_price: 0.28
1580+
input_price: 0.27
1581+
output_price: 1.1
15151582
supports_function_calling: true
15161583
- name: deepseek/deepseek-r1
15171584
max_input_tokens: 163840
@@ -1656,7 +1723,7 @@
16561723

16571724

16581725
# Links:
1659-
# - https://github.com/marketplace/models
1726+
# - https://github.com/marketplace?type=models
16601727
- provider: github
16611728
models:
16621729
- name: gpt-4o
@@ -1742,6 +1809,9 @@
17421809
- name: mistral-large-2411
17431810
max_input_tokens: 128000
17441811
supports_function_calling: true
1812+
- name: mistral-small-2503
1813+
max_input_tokens: 128000
1814+
supports_function_calling: true
17451815
- name: codestral-2501
17461816
max_input_tokens: 256000
17471817
supports_function_calling: true
@@ -1829,9 +1899,9 @@
18291899
max_input_tokens: 32768
18301900
input_price: 0.07
18311901
output_price: 0.16
1832-
- name: deepseek-ai/DeepSeek-V3
1833-
max_input_tokens: 65536
1834-
input_price: 0.49
1902+
- name: deepseek-ai/DeepSeek-V3-0324
1903+
max_input_tokens: 163840
1904+
input_price: 0.40
18351905
output_price: 0.89
18361906
- name: deepseek-ai/DeepSeek-R1
18371907
max_input_tokens: 65536
@@ -1845,6 +1915,10 @@
18451915
max_input_tokens: 131072
18461916
input_price: 0.12
18471917
output_price: 0.18
1918+
- name: google/gemma-3-27b-it
1919+
max_input_tokens: 131072
1920+
input_price: 0.1
1921+
output_price: 0.2
18481922
- name: mistralai/Mistral-Small-24B-Instruct-2501
18491923
max_input_tokens: 32768
18501924
input_price: 0.07

0 commit comments

Comments
 (0)