File tree Expand file tree Collapse file tree 1 file changed +32
-13
lines changed Expand file tree Collapse file tree 1 file changed +32
-13
lines changed Original file line number Diff line number Diff line change 42
42
output_price : 30
43
43
supports_vision : true
44
44
supports_function_calling : true
45
+ - name : o1-preview
46
+ max_input_tokens : 128000
47
+ max_output_tokens : 32768
48
+ input_price : 15
49
+ output_price : 60
50
+ - name : o1-mini
51
+ max_input_tokens : 128000
52
+ max_output_tokens : 65536
53
+ input_price : 3
54
+ output_price : 12
45
55
- name : gpt-3.5-turbo
46
56
max_input_tokens : 16385
47
57
max_output_tokens : 4096
176
186
max_input_tokens : 256000
177
187
input_price : 0.25
178
188
output_price : 0.25
189
+ - name : pixtral-12b-2409
190
+ max_input_tokens : 128000
191
+ input_price : 0.15
192
+ output_price : 0.15
193
+ supports_vision : true
179
194
- name : mistral-embed
180
195
type : embedding
181
196
max_input_tokens : 8092
1044
1059
output_price : 30
1045
1060
supports_vision : true
1046
1061
supports_function_calling : true
1062
+ - name : openai/o1-preview
1063
+ max_input_tokens : 128000
1064
+ input_price : 15
1065
+ output_price : 60
1066
+ - name : openai/o1-mini
1067
+ max_input_tokens : 128000
1068
+ input_price : 3
1069
+ output_price : 12
1047
1070
- name : openai/gpt-3.5-turbo
1048
1071
max_input_tokens : 16385
1049
1072
input_price : 0.5
1421
1444
type : reranker
1422
1445
max_input_tokens : 1024
1423
1446
input_price : 0
1424
- - name : jina-reranker-v1-turbo-en
1425
- type : reranker
1426
- max_input_tokens : 8192
1427
- input_price : 0
1428
1447
- name : jina-reranker-v1-base-en
1429
1448
type : reranker
1430
1449
max_input_tokens : 8192
1440
1459
# - https://docs.voyageai.com/reference/
1441
1460
- platform : voyageai
1442
1461
models :
1443
- - name : voyage-large-2-instruct
1462
+ - name : voyage-3
1444
1463
type : embedding
1445
- max_input_tokens : 120000
1446
- input_price : 0.12
1447
- max_tokens_per_chunk : 16000
1464
+ max_input_tokens : 320000
1465
+ input_price : 0.06
1466
+ max_tokens_per_chunk : 32000
1448
1467
default_chunk_size : 2000
1449
1468
max_batch_size : 128
1450
- - name : voyage-large-2
1469
+ - name : voyage-3-lite
1451
1470
type : embedding
1452
- max_input_tokens : 120000
1453
- input_price : 0.12
1454
- max_tokens_per_chunk : 16000
1455
- default_chunk_size : 3000
1471
+ max_input_tokens : 1000000
1472
+ input_price : 0.02
1473
+ max_tokens_per_chunk : 32000
1474
+ default_chunk_size : 1000
1456
1475
max_batch_size : 128
1457
1476
- name : voyage-multilingual-2
1458
1477
type : embedding
You can’t perform that action at this time.
0 commit comments