Skip to content

Commit 78781f3

Browse files
committed
poe: add GPT-5.4, GPT-5.4-Pro, and GPT-5.3-Instant models
1 parent 1371cbf commit 78781f3

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

providers/poe/models/openai/gpt-5.3-instant.toml

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

1515
[limit]
1616
context = 128_000
17+
input = 111_616
1718
output = 16_384
1819

1920
[modalities]

providers/poe/models/openai/gpt-5.4-pro.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ output = 160
1313

1414
[limit]
1515
context = 1_050_000
16+
input = 922_000
1617
output = 128_000
1718

1819
[modalities]

providers/poe/models/openai/gpt-5.4.toml

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

1515
[limit]
1616
context = 1_050_000
17+
input = 922_000
1718
output = 128_000
1819

1920
[modalities]

0 commit comments

Comments
 (0)