Skip to content

Commit 54e8047

Browse files
committed
chore: update models.yaml
1 parent beaf594 commit 54e8047

File tree

1 file changed

+32
-13
lines changed

1 file changed

+32
-13
lines changed

models.yaml

Lines changed: 32 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,16 @@
4242
output_price: 30
4343
supports_vision: true
4444
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
4555
- name: gpt-3.5-turbo
4656
max_input_tokens: 16385
4757
max_output_tokens: 4096
@@ -176,6 +186,11 @@
176186
max_input_tokens: 256000
177187
input_price: 0.25
178188
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
179194
- name: mistral-embed
180195
type: embedding
181196
max_input_tokens: 8092
@@ -1044,6 +1059,14 @@
10441059
output_price: 30
10451060
supports_vision: true
10461061
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
10471070
- name: openai/gpt-3.5-turbo
10481071
max_input_tokens: 16385
10491072
input_price: 0.5
@@ -1421,10 +1444,6 @@
14211444
type: reranker
14221445
max_input_tokens: 1024
14231446
input_price: 0
1424-
- name: jina-reranker-v1-turbo-en
1425-
type: reranker
1426-
max_input_tokens: 8192
1427-
input_price: 0
14281447
- name: jina-reranker-v1-base-en
14291448
type: reranker
14301449
max_input_tokens: 8192
@@ -1440,19 +1459,19 @@
14401459
# - https://docs.voyageai.com/reference/
14411460
- platform: voyageai
14421461
models:
1443-
- name: voyage-large-2-instruct
1462+
- name: voyage-3
14441463
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
14481467
default_chunk_size: 2000
14491468
max_batch_size: 128
1450-
- name: voyage-large-2
1469+
- name: voyage-3-lite
14511470
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
14561475
max_batch_size: 128
14571476
- name: voyage-multilingual-2
14581477
type: embedding

0 commit comments

Comments
 (0)