Skip to content

Commit e4e0b95

Browse files
fhennerkesclaude
andcommitted
poe: mark 11 removed models as deprecated
Mark models no longer available 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 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent d2d413a commit e4e0b95

11 files changed

Lines changed: 11 additions & 0 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/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

providers/poe/models/openai/chatgpt-4o-latest.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 = 4.5

providers/poe/models/openai/gpt-4-classic-0314.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 = 27

0 commit comments

Comments
 (0)