Merge pull request #516 from fhennerkes/dev

poe: add 7 new models
This commit is contained in:
Aiden Cline
2025-12-15 12:38:48 -08:00
committed by GitHub
6 changed files with 119 additions and 0 deletions
@@ -0,0 +1,20 @@
name = "gemini-deep-research"
release_date = "2025-12-11"
last_updated = "2025-12-11"
attachment = true
reasoning = true
temperature = false
open_weights = false
tool_call = true
[cost]
input = 1.6
output = 9.6
[limit]
context = 1_048_576
output = 0
[modalities]
input = ["text", "image", "video"]
output = ["text"]
@@ -0,0 +1,21 @@
name = "gpt-5.1-codex-max"
release_date = "2025-12-08"
last_updated = "2025-12-08"
attachment = true
reasoning = true
temperature = false
open_weights = false
tool_call = true
[cost]
input = 1.1
output = 9
cache_read = 0.11
[limit]
context = 400_000
output = 128_000
[modalities]
input = ["text", "image"]
output = ["text"]
@@ -0,0 +1,21 @@
name = "gpt-5.2-instant"
release_date = "2025-12-11"
last_updated = "2025-12-11"
attachment = true
reasoning = false
temperature = false
open_weights = false
tool_call = true
[cost]
input = 1.6
output = 13
cache_read = 0.16
[limit]
context = 128_000
output = 16_384
[modalities]
input = ["text", "image"]
output = ["text"]
@@ -0,0 +1,20 @@
name = "gpt-5.2-pro"
release_date = "2025-12-11"
last_updated = "2025-12-11"
attachment = true
reasoning = true
temperature = false
open_weights = false
tool_call = true
[cost]
input = 19
output = 150
[limit]
context = 400_000
output = 128_000
[modalities]
input = ["text", "image"]
output = ["text"]
+21
View File
@@ -0,0 +1,21 @@
name = "gpt-5.2"
release_date = "2025-12-08"
last_updated = "2025-12-08"
attachment = true
reasoning = true
temperature = false
open_weights = false
tool_call = true
[cost]
input = 1.6
output = 13
cache_read = 0.16
[limit]
context = 400_000
output = 128_000
[modalities]
input = ["text", "image"]
output = ["text"]
@@ -0,0 +1,16 @@
name = "claude-code"
release_date = "2025-11-27"
last_updated = "2025-11-27"
attachment = true
reasoning = true
temperature = false
open_weights = false
tool_call = true
[limit]
context = 0
output = 0
[modalities]
input = ["text"]
output = ["text"]