Skip to content

Commit 53d77d2

Browse files
committed
chore: update output limits for various models
1 parent c9aefb0 commit 53d77d2

48 files changed

Lines changed: 50 additions & 5 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

providers/302ai/models/MiniMax-M1.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ output = 1.254
1414

1515
[limit]
1616
context = 1_000_000
17-
output = 80_000
17+
output = 128_000
1818

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

providers/302ai/models/MiniMax-M2.1.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ output = 1.200
1313

1414
[limit]
1515
context = 1_000_000
16-
output = 80_000
16+
output = 131_072
1717

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

providers/302ai/models/MiniMax-M2.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ output = 1.320
1313

1414
[limit]
1515
context = 1_000_000
16-
output = 80_000
16+
output = 128_000
1717

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

providers/302ai/models/chatgpt-4o-latest.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ output = 15.000
1515

1616
[limit]
1717
context = 128_000
18+
output = 16_384
1819

1920
[modalities]
2021
input = ["text", "image"]

providers/302ai/models/claude-haiku-4-5-20251001.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ output = 5.000
1414

1515
[limit]
1616
context = 200_000
17+
output = 64_000
1718

1819
[modalities]
1920
input = ["text", "image"]

providers/302ai/models/claude-opus-4-1-20250805-thinking.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ output = 75.000
1414

1515
[limit]
1616
context = 200_000
17+
output = 32_000
1718

1819
[modalities]
1920
input = ["text", "image"]

providers/302ai/models/claude-opus-4-1-20250805.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ output = 75.000
1414

1515
[limit]
1616
context = 200_000
17+
output = 32_000
1718

1819
[modalities]
1920
input = ["text", "image"]

providers/302ai/models/claude-opus-4-5-20251101-thinking.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ output = 25.000
1414

1515
[limit]
1616
context = 200_000
17+
output = 64_000
1718

1819
[modalities]
1920
input = ["text", "image"]

providers/302ai/models/claude-opus-4-5-20251101.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ output = 25.000
1414

1515
[limit]
1616
context = 200_000
17+
output = 64_000
1718

1819
[modalities]
1920
input = ["text", "image"]

providers/302ai/models/claude-sonnet-4-5-20250929-thinking.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ output = 15.000
1414

1515
[limit]
1616
context = 200_000
17+
output = 64_000
1718

1819
[modalities]
1920
input = ["text", "image"]

0 commit comments

Comments
 (0)