Skip to content

Commit 91cb252

Browse files
fhennerkesclaude
andcommitted
poe: update models with pricing, deprecations, and display name fixes
Mark 11 models no longer on the Poe API as deprecated: - anthropic: claude-sonnet-3.5, claude-sonnet-3.5-june - cerebras: qwen3-235b-2507-cs, qwen3-32b-cs, llama-3.3-70b-cs - google: gemini-3-pro, gemini-deep-research - novita: glm-4.7 - openai: chatgpt-4o-latest, gpt-4-classic-0314, gpt-4-classic Update existing models with latest API data: - Cerebras (gpt-oss-120b-cs, llama-3.1-8b-cs): Add pricing and correct context (128K) - kimi-k2.5: Add pricing, fix display name, temperature/reasoning from API - gpt-4o: Fix output formatting (8_192) - gpt-5.1-codex-max: Fix display name Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent d99a158 commit 91cb252

17 files changed

Lines changed: 42 additions & 13 deletions

providers/poe/models/anthropic/claude-sonnet-3.5-june.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ reasoning = false
77
temperature = false
88
open_weights = false
99
tool_call = true
10+
status = "deprecated"
1011

1112
[cost]
1213
input = 2.6

providers/poe/models/anthropic/claude-sonnet-3.5.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ reasoning = false
77
temperature = false
88
open_weights = false
99
tool_call = true
10+
status = "deprecated"
1011

1112
[cost]
1213
input = 2.6

providers/poe/models/cerebras/gpt-oss-120b-cs.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name = "gpt-oss-120b-cs"
1+
name = "GPT-OSS-120B-CS"
22
release_date = "2025-08-06"
33
last_updated = "2025-08-06"
44
attachment = true
@@ -7,8 +7,12 @@ temperature = false
77
open_weights = false
88
tool_call = true
99

10+
[cost]
11+
input = 0.35
12+
output = 0.75
13+
1014
[limit]
11-
context = 0
15+
context = 128_000
1216
output = 0
1317

1418
[modalities]

providers/poe/models/cerebras/llama-3.1-8b-cs.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name = "llama-3.1-8b-cs"
1+
name = "Llama-3.1-8B-CS"
22
release_date = "2025-05-13"
33
last_updated = "2025-05-13"
44
attachment = true
@@ -7,8 +7,12 @@ temperature = false
77
open_weights = false
88
tool_call = true
99

10+
[cost]
11+
input = 0.1
12+
output = 0.1
13+
1014
[limit]
11-
context = 0
15+
context = 128_000
1216
output = 0
1317

1418
[modalities]

providers/poe/models/cerebras/llama-3.3-70b-cs.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ reasoning = false
66
temperature = false
77
open_weights = false
88
tool_call = false
9+
status = "deprecated"
910

1011
[limit]
1112
context = 0

providers/poe/models/cerebras/qwen3-235b-2507-cs.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ reasoning = true
66
temperature = false
77
open_weights = false
88
tool_call = true
9+
status = "deprecated"
910

1011
[limit]
1112
context = 0

providers/poe/models/cerebras/qwen3-32b-cs.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ reasoning = true
66
temperature = false
77
open_weights = false
88
tool_call = true
9+
status = "deprecated"
910

1011
[limit]
1112
context = 0

providers/poe/models/google/gemini-3-pro.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ reasoning = true
77
temperature = false
88
open_weights = false
99
tool_call = true
10+
status = "deprecated"
1011

1112
[cost]
1213
input = 1.6

providers/poe/models/google/gemini-deep-research.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ reasoning = true
66
temperature = false
77
open_weights = false
88
tool_call = true
9+
status = "deprecated"
910

1011
[cost]
1112
input = 1.6

providers/poe/models/novita/glm-4.7.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ reasoning = true
66
temperature = true
77
open_weights = false
88
tool_call = true
9+
status = "deprecated"
910

1011
[limit]
1112
context = 205_000

0 commit comments

Comments
 (0)