Skip to content

Commit 12fc2b5

Browse files
committed
Update Mistral model context sizes
1 parent 024e4bd commit 12fc2b5

15 files changed

+18
-18
lines changed

providers/mistral/models/codestral-latest.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ inputCached = 0.00
1010
outputCached = 0.00
1111

1212
[limit]
13-
context = 128_000
13+
context = 256_000
1414
output = 4_096

providers/mistral/models/devstral-small-2505.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ outputCached = 0.00
1111

1212
[limit]
1313
context = 128_000
14-
output = 4_096
14+
output = 128_000

providers/mistral/models/magistral-medium-latest.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ outputCached = 0.00
1111

1212
[limit]
1313
context = 128_000
14-
output = 4_096
14+
output = 16_384

providers/mistral/models/magistral-small.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ outputCached = 0.00
1111

1212
[limit]
1313
context = 128_000
14-
output = 4_096
14+
output = 128_000

providers/mistral/models/ministral-3b-latest.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ outputCached = 0.00
1111

1212
[limit]
1313
context = 128_000
14-
output = 4_096
14+
output = 128_000

providers/mistral/models/ministral-8b-latest.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ outputCached = 0.00
1111

1212
[limit]
1313
context = 128_000
14-
output = 4_096
14+
output = 128_000

providers/mistral/models/mistral-large-latest.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ inputCached = 0.00
1010
outputCached = 0.00
1111

1212
[limit]
13-
context = 128_000
14-
output = 4_096
13+
context = 131_072
14+
output = 16_384

providers/mistral/models/mistral-medium-latest.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ outputCached = 0.00
1111

1212
[limit]
1313
context = 128_000
14-
output = 4_096
14+
output = 16_384

providers/mistral/models/mistral-nemo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ outputCached = 0.00
1111

1212
[limit]
1313
context = 128_000
14-
output = 4_096
14+
output = 128_000

providers/mistral/models/mistral-small-latest.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ outputCached = 0.00
1111

1212
[limit]
1313
context = 128_000
14-
output = 4_096
14+
output = 16_384

0 commit comments

Comments
 (0)