Skip to content

Commit b7a75e1

Browse files
committed
chore/updated the limit format
1 parent 0e56ea3 commit b7a75e1

13 files changed

+26
-26
lines changed

providers/venice/models/deepseek-coder-v2-lite.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ input = 0.5
1313
output = 2.0
1414

1515
[limit]
16-
context = 131072
17-
output = 8192
16+
context = 131_072
17+
output = 8_192
1818

1919
[modalities]
2020
input = ["text"]

providers/venice/models/deepseek-r1-671b.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ input = 3.5
1313
output = 14.0
1414

1515
[limit]
16-
context = 131072
17-
output = 8192
16+
context = 131_072
17+
output = 8_192
1818

1919
[modalities]
2020
input = ["text"]

providers/venice/models/dolphin-2.9.2-qwen2-72b.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ input = 0.7
1313
output = 2.8
1414

1515
[limit]
16-
context = 32768
17-
output = 8192
16+
context = 32_768
17+
output = 8_192
1818

1919
[modalities]
2020
input = ["text"]

providers/venice/models/llama-3.1-405b.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ input = 1.5
1313
output = 6.0
1414

1515
[limit]
16-
context = 65536
17-
output = 8192
16+
context = 65_536
17+
output = 8_192
1818

1919
[modalities]
2020
input = ["text"]

providers/venice/models/llama-3.2-3b.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ input = 0.15
1313
output = 0.6
1414

1515
[limit]
16-
context = 131072
17-
output = 8192
16+
context = 131_072
17+
output = 8_192
1818

1919
[modalities]
2020
input = ["text"]

providers/venice/models/llama-3.3-70b.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ input = 0.7
1313
output = 2.8
1414

1515
[limit]
16-
context = 65536
17-
output = 8192
16+
context = 65_536
17+
output = 8_192
1818

1919
[modalities]
2020
input = ["text"]

providers/venice/models/mistral-31-24b.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ input = 0.5
1313
output = 2.0
1414

1515
[limit]
16-
context = 131072
17-
output = 8192
16+
context = 131_072
17+
output = 8_192
1818

1919
[modalities]
2020
input = ["text", "image"]

providers/venice/models/qwen-2.5-coder-32b.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ input = 0.5
1313
output = 2.0
1414

1515
[limit]
16-
context = 32768
17-
output = 8192
16+
context = 32_768
17+
output = 8_192
1818

1919
[modalities]
2020
input = ["text"]

providers/venice/models/qwen-2.5-qwq-32b.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ input = 0.5
1313
output = 2.0
1414

1515
[limit]
16-
context = 32768
17-
output = 8192
16+
context = 32_768
17+
output = 8_192
1818

1919
[modalities]
2020
input = ["text"]

providers/venice/models/qwen-2.5-vl.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ input = 0.7
1313
output = 2.8
1414

1515
[limit]
16-
context = 32768
17-
output = 8192
16+
context = 32_768
17+
output = 8_192
1818

1919
[modalities]
2020
input = ["text", "image"]

0 commit comments

Comments
 (0)