From 2506cf52f22e80ccfe67573cf13632366b4d9a13 Mon Sep 17 00:00:00 2001 From: Chill Magic Date: Tue, 30 Jun 2026 22:25:39 +0800 Subject: [PATCH] poe: add official provider model metadata --- .../empiriolabs/deepseek-v4-flash-e.toml | 23 +++++++++++++ .../empiriolabs/deepseek-v4-flash-el.toml | 15 +++++---- .../models/empiriolabs/deepseek-v4-pro-e.toml | 23 +++++++++++++ .../empiriolabs/deepseek-v4-pro-el.toml | 15 +++++---- .../poe/models/empiriolabs/glm-5.2-el.toml | 25 ++++++++++++++ .../models/empiriolabs/kimi-k2.7-code-el.toml | 23 +++++++++++++ .../poe/models/empiriolabs/mimo-v2.5-pro.toml | 28 ++++++++++++++++ .../poe/models/empiriolabs/minimax-m3-el.toml | 23 +++++++++++++ .../models/empiriolabs/qwen3-max-preview.toml | 23 +++++++++++++ .../empiriolabs/qwen3-max-thinking.toml | 33 +++++++++++++++++++ .../poe/models/empiriolabs/qwen3-max.toml | 32 ++++++++++++++++++ .../poe/models/empiriolabs/qwen3.5-4b-el.toml | 24 ++++++++++++++ .../poe/models/empiriolabs/qwen3.5-9b-el.toml | 23 +++++++++++++ .../poe/models/empiriolabs/qwen3.5-flash.toml | 23 +++++++++++++ .../poe/models/empiriolabs/qwen3.5-plus.toml | 28 ++++++++++++++++ .../empiriolabs/qwen3.6-max-preview.toml | 28 ++++++++++++++++ .../poe/models/empiriolabs/qwen3.6-plus.toml | 28 ++++++++++++++++ .../poe/models/empiriolabs/qwen3.7-max.toml | 22 +++++++++++++ .../poe/models/empiriolabs/qwen3.7-plus.toml | 28 ++++++++++++++++ .../poe/models/fireworks-ai/glm-5.1-fw.toml | 18 ++++++++++ .../poe/models/fireworks-ai/kimi-k2.5-fw.toml | 16 ++++----- .../models/fireworks-ai/minimax-m2.7-fw.toml | 18 ++++++++++ .../poe/models/novita/deepseek-v3.2.toml | 11 ++++--- providers/poe/models/novita/glm-4.6.toml | 18 ++++++---- providers/poe/models/novita/glm-4.6v.toml | 15 ++++++--- .../poe/models/novita/glm-4.7-flash.toml | 13 ++++++-- providers/poe/models/novita/glm-4.7-n.toml | 13 +++++--- providers/poe/models/novita/glm-5.2.toml | 23 +++++++++++++ providers/poe/models/novita/glm-5.toml | 9 ++--- .../poe/models/novita/kimi-k2-thinking.toml | 13 +++++--- providers/poe/models/novita/kimi-k2.5.toml | 10 +++--- providers/poe/models/novita/kimi-k2.6.toml | 11 ++++--- .../poe/models/novita/kimi-k2.7-code.toml | 25 ++++++++++++++ providers/poe/models/novita/minimax-m2.1.toml | 12 +++++-- providers/poe/models/novita/minimax-m2.5.toml | 23 +++++++++++++ providers/poe/models/novita/minimax-m2.7.toml | 23 +++++++++++++ providers/poe/models/novita/minimax-m3-n.toml | 23 +++++++++++++ .../poe/models/novita/qwen3-235b-a22b-n.toml | 18 ++++++++++ .../poe/models/novita/qwen3-coder-480b-n.toml | 18 ++++++++++ .../poe/models/novita/qwen3-coder-next.toml | 21 ++++++++++++ providers/poe/models/novita/qwen3-max-n.toml | 23 +++++++++++++ .../models/novita/qwen3-next-80b-think.toml | 26 +++++++++++++++ .../poe/models/novita/qwen3-next-80b.toml | 22 +++++++++++++ .../models/novita/qwen3-vl-235b-a22b-i.toml | 21 ++++++++++++ .../models/novita/qwen3-vl-235b-a22b-t.toml | 22 +++++++++++++ .../poe/models/novita/qwen3.5-397b-a17b.toml | 22 +++++++++++++ .../poe/models/openai/gpt-image-1.5.toml | 2 +- 47 files changed, 892 insertions(+), 64 deletions(-) create mode 100644 providers/poe/models/empiriolabs/deepseek-v4-flash-e.toml create mode 100644 providers/poe/models/empiriolabs/deepseek-v4-pro-e.toml create mode 100644 providers/poe/models/empiriolabs/glm-5.2-el.toml create mode 100644 providers/poe/models/empiriolabs/kimi-k2.7-code-el.toml create mode 100644 providers/poe/models/empiriolabs/mimo-v2.5-pro.toml create mode 100644 providers/poe/models/empiriolabs/minimax-m3-el.toml create mode 100644 providers/poe/models/empiriolabs/qwen3-max-preview.toml create mode 100644 providers/poe/models/empiriolabs/qwen3-max-thinking.toml create mode 100644 providers/poe/models/empiriolabs/qwen3-max.toml create mode 100644 providers/poe/models/empiriolabs/qwen3.5-4b-el.toml create mode 100644 providers/poe/models/empiriolabs/qwen3.5-9b-el.toml create mode 100644 providers/poe/models/empiriolabs/qwen3.5-flash.toml create mode 100644 providers/poe/models/empiriolabs/qwen3.5-plus.toml create mode 100644 providers/poe/models/empiriolabs/qwen3.6-max-preview.toml create mode 100644 providers/poe/models/empiriolabs/qwen3.6-plus.toml create mode 100644 providers/poe/models/empiriolabs/qwen3.7-max.toml create mode 100644 providers/poe/models/empiriolabs/qwen3.7-plus.toml create mode 100644 providers/poe/models/fireworks-ai/glm-5.1-fw.toml create mode 100644 providers/poe/models/fireworks-ai/minimax-m2.7-fw.toml create mode 100644 providers/poe/models/novita/glm-5.2.toml create mode 100644 providers/poe/models/novita/kimi-k2.7-code.toml create mode 100644 providers/poe/models/novita/minimax-m2.5.toml create mode 100644 providers/poe/models/novita/minimax-m2.7.toml create mode 100644 providers/poe/models/novita/minimax-m3-n.toml create mode 100644 providers/poe/models/novita/qwen3-235b-a22b-n.toml create mode 100644 providers/poe/models/novita/qwen3-coder-480b-n.toml create mode 100644 providers/poe/models/novita/qwen3-coder-next.toml create mode 100644 providers/poe/models/novita/qwen3-max-n.toml create mode 100644 providers/poe/models/novita/qwen3-next-80b-think.toml create mode 100644 providers/poe/models/novita/qwen3-next-80b.toml create mode 100644 providers/poe/models/novita/qwen3-vl-235b-a22b-i.toml create mode 100644 providers/poe/models/novita/qwen3-vl-235b-a22b-t.toml create mode 100644 providers/poe/models/novita/qwen3.5-397b-a17b.toml diff --git a/providers/poe/models/empiriolabs/deepseek-v4-flash-e.toml b/providers/poe/models/empiriolabs/deepseek-v4-flash-e.toml new file mode 100644 index 0000000000..cf4c7b8079 --- /dev/null +++ b/providers/poe/models/empiriolabs/deepseek-v4-flash-e.toml @@ -0,0 +1,23 @@ +name = "DeepSeek-V4-Flash-E" +family = "deepseek-flash" +release_date = "2026-04-24" +last_updated = "2026-04-24" +attachment = true +reasoning = true +reasoning_options = [{ type = "toggle" }, { type = "budget_tokens", min = 1, max = 393_216 }] +temperature = true +knowledge = "2025-05" +open_weights = true +tool_call = true + +[cost] +input = 0.202 +output = 0.404 + +[limit] +context = 1_000_000 +output = 384_000 + +[modalities] +input = ["text", "pdf"] +output = ["text"] diff --git a/providers/poe/models/empiriolabs/deepseek-v4-flash-el.toml b/providers/poe/models/empiriolabs/deepseek-v4-flash-el.toml index 924d9e9e92..27127798f2 100644 --- a/providers/poe/models/empiriolabs/deepseek-v4-flash-el.toml +++ b/providers/poe/models/empiriolabs/deepseek-v4-flash-el.toml @@ -1,15 +1,18 @@ name = "DeepSeek-V4-Flash-EL" +family = "deepseek-flash" attachment = true reasoning = true -reasoning_options = [] +reasoning_options = [{ type = "toggle" }, { type = "budget_tokens", min = 1, max = 393_216 }] +temperature = true tool_call = true release_date = "2026-04-24" -last_updated = "2026-05-02" +last_updated = "2026-04-24" +knowledge = "2025-05" open_weights = true [cost] -input = 0.14 -output = 0.28 +input = 0.1394 +output = 0.2778 [limit] context = 1_000_000 @@ -17,5 +20,5 @@ input = 1_000_000 output = 384_000 [modalities] -input = ["text"] -output = ["text"] \ No newline at end of file +input = ["text", "pdf"] +output = ["text"] diff --git a/providers/poe/models/empiriolabs/deepseek-v4-pro-e.toml b/providers/poe/models/empiriolabs/deepseek-v4-pro-e.toml new file mode 100644 index 0000000000..afca7a93a3 --- /dev/null +++ b/providers/poe/models/empiriolabs/deepseek-v4-pro-e.toml @@ -0,0 +1,23 @@ +name = "DeepSeek-V4-Pro-E" +family = "deepseek-thinking" +release_date = "2026-04-24" +last_updated = "2026-04-24" +attachment = true +reasoning = true +reasoning_options = [{ type = "toggle" }, { type = "budget_tokens", min = 1, max = 393_216 }] +temperature = true +knowledge = "2025-05" +open_weights = true +tool_call = true + +[cost] +input = 2.4242 +output = 4.8485 + +[limit] +context = 1_000_000 +output = 384_000 + +[modalities] +input = ["text", "pdf"] +output = ["text"] diff --git a/providers/poe/models/empiriolabs/deepseek-v4-pro-el.toml b/providers/poe/models/empiriolabs/deepseek-v4-pro-el.toml index f22ed6fc99..d67d4a033c 100644 --- a/providers/poe/models/empiriolabs/deepseek-v4-pro-el.toml +++ b/providers/poe/models/empiriolabs/deepseek-v4-pro-el.toml @@ -1,15 +1,18 @@ name = "DeepSeek-V4-Pro-EL" +family = "deepseek-thinking" attachment = true reasoning = true -reasoning_options = [] +reasoning_options = [{ type = "toggle" }, { type = "budget_tokens", min = 1, max = 393_216 }] +temperature = true tool_call = true release_date = "2026-04-24" -last_updated = "2026-05-02" +last_updated = "2026-04-24" +knowledge = "2025-05" open_weights = true [cost] -input = 1.67 -output = 3.33 +input = 1.6667 +output = 3.3343 [limit] context = 1_000_000 @@ -17,5 +20,5 @@ input = 1_000_000 output = 384_000 [modalities] -input = ["text"] -output = ["text"] \ No newline at end of file +input = ["text", "pdf"] +output = ["text"] diff --git a/providers/poe/models/empiriolabs/glm-5.2-el.toml b/providers/poe/models/empiriolabs/glm-5.2-el.toml new file mode 100644 index 0000000000..54a7fabbf2 --- /dev/null +++ b/providers/poe/models/empiriolabs/glm-5.2-el.toml @@ -0,0 +1,25 @@ +name = "GLM-5.2-EL" +family = "glm" +release_date = "2026-06-13" +last_updated = "2026-06-13" +attachment = true +reasoning = true +reasoning_options = [ + { type = "toggle" }, + { type = "effort", values = ["minimal", "low", "medium", "high", "xhigh", "max"] }, +] +temperature = true +open_weights = true +tool_call = true + +[cost] +input = 1.4141 +output = 4.4444 + +[limit] +context = 1_000_000 +output = 131_072 + +[modalities] +input = ["text", "pdf"] +output = ["text"] diff --git a/providers/poe/models/empiriolabs/kimi-k2.7-code-el.toml b/providers/poe/models/empiriolabs/kimi-k2.7-code-el.toml new file mode 100644 index 0000000000..dadb818897 --- /dev/null +++ b/providers/poe/models/empiriolabs/kimi-k2.7-code-el.toml @@ -0,0 +1,23 @@ +name = "Kimi-K2.7-Code-EL" +family = "kimi-k2" +release_date = "2026-06-12" +last_updated = "2026-06-12" +attachment = true +reasoning = true +reasoning_options = [] +temperature = true +knowledge = "2025-01" +open_weights = true +tool_call = true + +[cost] +input = 0.9596 +output = 4.0404 + +[limit] +context = 262_144 +output = 262_144 + +[modalities] +input = ["text", "image", "video", "pdf"] +output = ["text"] diff --git a/providers/poe/models/empiriolabs/mimo-v2.5-pro.toml b/providers/poe/models/empiriolabs/mimo-v2.5-pro.toml new file mode 100644 index 0000000000..e91c12b37b --- /dev/null +++ b/providers/poe/models/empiriolabs/mimo-v2.5-pro.toml @@ -0,0 +1,28 @@ +name = "MiMo-V2.5-Pro" +family = "mimo" +release_date = "2026-04-22" +last_updated = "2026-04-22" +attachment = true +reasoning = true +reasoning_options = [{ type = "toggle" }] +temperature = true +knowledge = "2024-12" +open_weights = true +tool_call = true + +[cost] +input = 1.0101 +output = 3.0303 + +[[cost.tiers]] +tier = { type = "context", size = 256_000 } +input = 2.0202 +output = 6.0606 + +[limit] +context = 1_000_000 +output = 131_072 + +[modalities] +input = ["text", "pdf"] +output = ["text"] diff --git a/providers/poe/models/empiriolabs/minimax-m3-el.toml b/providers/poe/models/empiriolabs/minimax-m3-el.toml new file mode 100644 index 0000000000..683c7e452c --- /dev/null +++ b/providers/poe/models/empiriolabs/minimax-m3-el.toml @@ -0,0 +1,23 @@ +name = "MiniMax-M3-EL" +family = "minimax" +release_date = "2026-06-01" +last_updated = "2026-06-01" +attachment = true +reasoning = true +reasoning_options = [{ type = "toggle" }] +temperature = true +open_weights = true +tool_call = true + +[cost] +input = 0.303 +output = 1.2121 +cache_read = 0.0606 + +[limit] +context = 524_288 +output = 128_000 + +[modalities] +input = ["text", "image", "video", "pdf"] +output = ["text"] diff --git a/providers/poe/models/empiriolabs/qwen3-max-preview.toml b/providers/poe/models/empiriolabs/qwen3-max-preview.toml new file mode 100644 index 0000000000..7121ae2fc5 --- /dev/null +++ b/providers/poe/models/empiriolabs/qwen3-max-preview.toml @@ -0,0 +1,23 @@ +name = "Qwen3-Max-Preview" +family = "qwen" +release_date = "2025-09-05" +last_updated = "2025-09-23" +attachment = true +reasoning = true +reasoning_options = [{ type = "toggle" }] +temperature = true +knowledge = "2025-04" +open_weights = false +tool_call = false + +[cost] +input = 1.0909 +output = 4.8485 + +[limit] +context = 262_144 +output = 32_768 + +[modalities] +input = ["text", "pdf"] +output = ["text"] diff --git a/providers/poe/models/empiriolabs/qwen3-max-thinking.toml b/providers/poe/models/empiriolabs/qwen3-max-thinking.toml new file mode 100644 index 0000000000..569fed3639 --- /dev/null +++ b/providers/poe/models/empiriolabs/qwen3-max-thinking.toml @@ -0,0 +1,33 @@ +name = "Qwen3-Max-Thinking" +family = "qwen" +release_date = "2026-02-09" +last_updated = "2026-02-09" +attachment = true +reasoning = true +reasoning_options = [{ type = "toggle" }] +temperature = true +knowledge = "2025-04" +open_weights = false +tool_call = true + +[cost] +input = 1.0909 +output = 5.5758 + +[[cost.tiers]] +tier = { type = "context", size = 32_000 } +input = 2.1818 +output = 11.1516 + +[[cost.tiers]] +tier = { type = "context", size = 128_000 } +input = 2.72725 +output = 13.9395 + +[limit] +context = 256_000 +output = 65_536 + +[modalities] +input = ["text", "pdf"] +output = ["text"] diff --git a/providers/poe/models/empiriolabs/qwen3-max.toml b/providers/poe/models/empiriolabs/qwen3-max.toml new file mode 100644 index 0000000000..0b32816505 --- /dev/null +++ b/providers/poe/models/empiriolabs/qwen3-max.toml @@ -0,0 +1,32 @@ +name = "Qwen3-Max" +family = "qwen" +release_date = "2025-09-23" +last_updated = "2025-09-23" +attachment = true +reasoning = false +temperature = true +knowledge = "2025-04" +open_weights = false +tool_call = true + +[cost] +input = 1.0909 +output = 5.5758 + +[[cost.tiers]] +tier = { type = "context", size = 32_000 } +input = 2.1818 +output = 11.1516 + +[[cost.tiers]] +tier = { type = "context", size = 128_000 } +input = 2.72725 +output = 13.9395 + +[limit] +context = 262_144 +output = 65_536 + +[modalities] +input = ["text", "pdf"] +output = ["text"] diff --git a/providers/poe/models/empiriolabs/qwen3.5-4b-el.toml b/providers/poe/models/empiriolabs/qwen3.5-4b-el.toml new file mode 100644 index 0000000000..1167d40110 --- /dev/null +++ b/providers/poe/models/empiriolabs/qwen3.5-4b-el.toml @@ -0,0 +1,24 @@ +name = "Qwen3.5-4B-EL" +family = "qwen" +release_date = "2026-03-03" +last_updated = "2026-03-03" +attachment = true +reasoning = true +reasoning_options = [{ type = "toggle" }, { type = "budget_tokens", min = 1_024, max = 32_768 }] +temperature = true +knowledge = "2025-04" +open_weights = true +tool_call = true + +[cost] +input = 0.0404 +output = 0.0707 +cache_read = 0.0202 + +[limit] +context = 262_144 +output = 65_536 + +[modalities] +input = ["text", "image", "video", "pdf"] +output = ["text"] diff --git a/providers/poe/models/empiriolabs/qwen3.5-9b-el.toml b/providers/poe/models/empiriolabs/qwen3.5-9b-el.toml new file mode 100644 index 0000000000..a922d60f6f --- /dev/null +++ b/providers/poe/models/empiriolabs/qwen3.5-9b-el.toml @@ -0,0 +1,23 @@ +name = "Qwen3.5-9B-EL" +family = "qwen" +release_date = "2026-02-23" +last_updated = "2026-02-23" +attachment = true +reasoning = true +reasoning_options = [{ type = "toggle" }, { type = "budget_tokens", min = 1_024, max = 32_768 }] +temperature = true +open_weights = true +tool_call = true + +[cost] +input = 0.0909 +output = 0.1313 +cache_read = 0.0455 + +[limit] +context = 262_144 +output = 65_536 + +[modalities] +input = ["text", "image", "video", "pdf"] +output = ["text"] diff --git a/providers/poe/models/empiriolabs/qwen3.5-flash.toml b/providers/poe/models/empiriolabs/qwen3.5-flash.toml new file mode 100644 index 0000000000..4d3096b6e1 --- /dev/null +++ b/providers/poe/models/empiriolabs/qwen3.5-flash.toml @@ -0,0 +1,23 @@ +name = "Qwen3.5-Flash" +family = "qwen" +release_date = "2026-02-23" +last_updated = "2026-02-23" +attachment = true +reasoning = true +reasoning_options = [{ type = "toggle" }] +temperature = true +knowledge = "2025-04" +open_weights = false +tool_call = true + +[cost] +input = 0.0909 +output = 0.3717 + +[limit] +context = 1_000_000 +output = 65_536 + +[modalities] +input = ["text", "image", "video", "pdf"] +output = ["text"] diff --git a/providers/poe/models/empiriolabs/qwen3.5-plus.toml b/providers/poe/models/empiriolabs/qwen3.5-plus.toml new file mode 100644 index 0000000000..84ad7de446 --- /dev/null +++ b/providers/poe/models/empiriolabs/qwen3.5-plus.toml @@ -0,0 +1,28 @@ +name = "Qwen3.5-Plus" +family = "qwen" +release_date = "2026-02-16" +last_updated = "2026-02-16" +attachment = true +reasoning = true +reasoning_options = [{ type = "toggle" }] +temperature = true +knowledge = "2025-04" +open_weights = false +tool_call = true + +[cost] +input = 0.3636 +output = 2.2303 + +[[cost.tiers]] +tier = { type = "context", size = 256_000 } +input = 1.0908 +output = 6.6909 + +[limit] +context = 1_000_000 +output = 65_536 + +[modalities] +input = ["text", "image", "video", "pdf"] +output = ["text"] diff --git a/providers/poe/models/empiriolabs/qwen3.6-max-preview.toml b/providers/poe/models/empiriolabs/qwen3.6-max-preview.toml new file mode 100644 index 0000000000..0a5ab95e96 --- /dev/null +++ b/providers/poe/models/empiriolabs/qwen3.6-max-preview.toml @@ -0,0 +1,28 @@ +name = "Qwen3.6-Max-Preview" +family = "qwen" +release_date = "2026-04-20" +last_updated = "2026-04-20" +attachment = true +reasoning = true +reasoning_options = [{ type = "toggle" }, { type = "budget_tokens", min = 1, max = 32_768 }] +temperature = true +knowledge = "2025-04" +open_weights = false +tool_call = true + +[cost] +input = 1.3131 +output = 7.8788 + +[[cost.tiers]] +tier = { type = "context", size = 128_000 } +input = 1.96965 +output = 11.8182 + +[limit] +context = 256_000 +output = 65_536 + +[modalities] +input = ["text", "pdf"] +output = ["text"] diff --git a/providers/poe/models/empiriolabs/qwen3.6-plus.toml b/providers/poe/models/empiriolabs/qwen3.6-plus.toml new file mode 100644 index 0000000000..7fc519da30 --- /dev/null +++ b/providers/poe/models/empiriolabs/qwen3.6-plus.toml @@ -0,0 +1,28 @@ +name = "Qwen3.6-Plus" +family = "qwen" +release_date = "2026-04-02" +last_updated = "2026-04-02" +attachment = true +reasoning = true +reasoning_options = [{ type = "toggle" }] +temperature = true +knowledge = "2025-04" +open_weights = false +tool_call = true + +[cost] +input = 0.5051 +output = 3.0303 + +[[cost.tiers]] +tier = { type = "context", size = 256_000 } +input = 2.0204 +output = 6.0606 + +[limit] +context = 1_000_000 +output = 65_536 + +[modalities] +input = ["text", "image", "video", "pdf"] +output = ["text"] diff --git a/providers/poe/models/empiriolabs/qwen3.7-max.toml b/providers/poe/models/empiriolabs/qwen3.7-max.toml new file mode 100644 index 0000000000..3ba266fbcf --- /dev/null +++ b/providers/poe/models/empiriolabs/qwen3.7-max.toml @@ -0,0 +1,22 @@ +name = "Qwen3.7-Max" +family = "qwen" +release_date = "2026-05-21" +last_updated = "2026-05-21" +attachment = true +reasoning = true +reasoning_options = [{ type = "toggle" }] +temperature = true +open_weights = false +tool_call = true + +[cost] +input = 2.5253 +output = 7.5758 + +[limit] +context = 1_000_000 +output = 65_536 + +[modalities] +input = ["text", "pdf"] +output = ["text"] diff --git a/providers/poe/models/empiriolabs/qwen3.7-plus.toml b/providers/poe/models/empiriolabs/qwen3.7-plus.toml new file mode 100644 index 0000000000..319e086dba --- /dev/null +++ b/providers/poe/models/empiriolabs/qwen3.7-plus.toml @@ -0,0 +1,28 @@ +name = "Qwen3.7-Plus" +family = "qwen" +release_date = "2026-06-02" +last_updated = "2026-06-02" +attachment = true +reasoning = true +reasoning_options = [{ type = "toggle" }] +temperature = true +knowledge = "2025-04" +open_weights = false +tool_call = true + +[cost] +input = 0.404 +output = 1.6162 + +[[cost.tiers]] +tier = { type = "context", size = 256_000 } +input = 1.212 +output = 4.8486 + +[limit] +context = 1_000_000 +output = 64_000 + +[modalities] +input = ["text", "image", "video", "pdf"] +output = ["text"] diff --git a/providers/poe/models/fireworks-ai/glm-5.1-fw.toml b/providers/poe/models/fireworks-ai/glm-5.1-fw.toml new file mode 100644 index 0000000000..2ce9f9593b --- /dev/null +++ b/providers/poe/models/fireworks-ai/glm-5.1-fw.toml @@ -0,0 +1,18 @@ +name = "GLM-5.1-FW" +family = "glm" +release_date = "2026-04-07" +last_updated = "2026-04-07" +attachment = false +reasoning = true +reasoning_options = [] +temperature = true +open_weights = true +tool_call = true + +[limit] +context = 202_800 +output = 131_072 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/poe/models/fireworks-ai/kimi-k2.5-fw.toml b/providers/poe/models/fireworks-ai/kimi-k2.5-fw.toml index f0e0b11a3a..43ba572bd2 100644 --- a/providers/poe/models/fireworks-ai/kimi-k2.5-fw.toml +++ b/providers/poe/models/fireworks-ai/kimi-k2.5-fw.toml @@ -1,20 +1,18 @@ name = "Kimi-K2.5-FW" +family = "kimi-k2" release_date = "2026-01-27" last_updated = "2026-01-27" attachment = true -reasoning = false -temperature = false -open_weights = false +reasoning = true +reasoning_options = [] +temperature = true +knowledge = "2025-01" +open_weights = true tool_call = true -[cost] -input = 0 -output = 0 - [limit] context = 262_144 -input = 245_760 -output = 16_384 +output = 262_144 [modalities] input = ["text", "image"] diff --git a/providers/poe/models/fireworks-ai/minimax-m2.7-fw.toml b/providers/poe/models/fireworks-ai/minimax-m2.7-fw.toml new file mode 100644 index 0000000000..e36f4dd37e --- /dev/null +++ b/providers/poe/models/fireworks-ai/minimax-m2.7-fw.toml @@ -0,0 +1,18 @@ +name = "Minimax-M2.7-FW" +family = "minimax" +release_date = "2026-03-18" +last_updated = "2026-03-18" +attachment = false +reasoning = true +reasoning_options = [] +temperature = true +open_weights = true +tool_call = true + +[limit] +context = 196_608 +output = 196_608 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/poe/models/novita/deepseek-v3.2.toml b/providers/poe/models/novita/deepseek-v3.2.toml index d7a13bdd74..02ce2c77b9 100644 --- a/providers/poe/models/novita/deepseek-v3.2.toml +++ b/providers/poe/models/novita/deepseek-v3.2.toml @@ -1,4 +1,5 @@ name = "DeepSeek-V3.2" +family = "deepseek" release_date = "2025-12-01" last_updated = "2025-12-01" attachment = true @@ -9,14 +10,14 @@ open_weights = true tool_call = true [cost] -input = 0.27 -output = 0.4 -cache_read = 0.13 +input = 0.2717 +output = 0.404 +cache_read = 0.1359 [limit] context = 128_000 -output = 0 +output = 65_536 [modalities] -input = ["text"] +input = ["text", "pdf"] output = ["text"] diff --git a/providers/poe/models/novita/glm-4.6.toml b/providers/poe/models/novita/glm-4.6.toml index c9bd13f939..fafdd1e9d9 100644 --- a/providers/poe/models/novita/glm-4.6.toml +++ b/providers/poe/models/novita/glm-4.6.toml @@ -3,15 +3,21 @@ family = "glm" release_date = "2025-09-30" last_updated = "2025-09-30" attachment = true -reasoning = false -temperature = false -open_weights = false +reasoning = true +reasoning_options = [{ type = "toggle" }] +temperature = true +open_weights = true tool_call = true +[cost] +input = 0.5556 +output = 2.2222 +cache_read = 0.1111 + [limit] -context = 0 -output = 0 +context = 205_000 +output = 131_072 [modalities] -input = ["text"] +input = ["text", "pdf"] output = ["text"] diff --git a/providers/poe/models/novita/glm-4.6v.toml b/providers/poe/models/novita/glm-4.6v.toml index 5a7f418b87..8fff97ac49 100644 --- a/providers/poe/models/novita/glm-4.6v.toml +++ b/providers/poe/models/novita/glm-4.6v.toml @@ -1,17 +1,24 @@ -name = "glm-4.6v" +name = "GLM-4.6V" +family = "glm" release_date = "2025-12-09" last_updated = "2025-12-09" attachment = true reasoning = true reasoning_options = [{ type = "toggle" }] -temperature = false -open_weights = false +temperature = true +knowledge = "2025-04" +open_weights = true tool_call = true +[cost] +input = 0.303 +output = 0.9091 +cache_read = 0.0556 + [limit] context = 131_000 output = 32_768 [modalities] -input = ["text", "image"] +input = ["text", "image", "pdf"] output = ["text"] diff --git a/providers/poe/models/novita/glm-4.7-flash.toml b/providers/poe/models/novita/glm-4.7-flash.toml index 0875bcd459..63de8d6181 100644 --- a/providers/poe/models/novita/glm-4.7-flash.toml +++ b/providers/poe/models/novita/glm-4.7-flash.toml @@ -1,13 +1,20 @@ -name = "glm-4.7-flash" +name = "GLM-4.7-Flash" +family = "glm-flash" release_date = "2026-01-19" last_updated = "2026-01-19" attachment = true reasoning = true reasoning_options = [{ type = "toggle" }] -temperature = false -open_weights = false +temperature = true +knowledge = "2025-04" +open_weights = true tool_call = true +[cost] +input = 0.0707 +output = 0.404 +cache_read = 0.0101 + [limit] context = 200_000 output = 65_500 diff --git a/providers/poe/models/novita/glm-4.7-n.toml b/providers/poe/models/novita/glm-4.7-n.toml index eea93a7aa3..5e2745fc92 100644 --- a/providers/poe/models/novita/glm-4.7-n.toml +++ b/providers/poe/models/novita/glm-4.7-n.toml @@ -1,17 +1,22 @@ -name = "glm-4.7-n" +name = "GLM-4.7-N" +family = "glm" release_date = "2025-12-22" last_updated = "2025-12-22" attachment = true reasoning = true reasoning_options = [{ type = "toggle" }] -temperature = false -open_weights = false +temperature = true +open_weights = true tool_call = true +[cost] +input = 0.6061 +output = 2.2222 + [limit] context = 205_000 output = 131_072 [modalities] -input = ["text"] +input = ["text", "pdf"] output = ["text"] diff --git a/providers/poe/models/novita/glm-5.2.toml b/providers/poe/models/novita/glm-5.2.toml new file mode 100644 index 0000000000..d62830ca22 --- /dev/null +++ b/providers/poe/models/novita/glm-5.2.toml @@ -0,0 +1,23 @@ +name = "GLM-5.2" +family = "glm" +release_date = "2026-06-13" +last_updated = "2026-06-13" +attachment = true +reasoning = true +reasoning_options = [{ type = "toggle" }] +temperature = true +open_weights = true +tool_call = true + +[cost] +input = 1.4141 +output = 4.4444 +cache_read = 0.2626 + +[limit] +context = 1_048_576 +output = 131_072 + +[modalities] +input = ["text", "pdf"] +output = ["text"] diff --git a/providers/poe/models/novita/glm-5.toml b/providers/poe/models/novita/glm-5.toml index 104347d45f..d52b3c7cd0 100644 --- a/providers/poe/models/novita/glm-5.toml +++ b/providers/poe/models/novita/glm-5.toml @@ -1,17 +1,18 @@ name = "GLM-5" +family = "glm" release_date = "2026-02-15" last_updated = "2026-02-15" attachment = true reasoning = true reasoning_options = [{ type = "toggle" }] temperature = true -open_weights = false +open_weights = true tool_call = true [cost] -input = 1 -output = 3.2 -cache_read = 0.2 +input = 1.0101 +output = 3.2323 +cache_read = 0.202 [limit] context = 205_000 diff --git a/providers/poe/models/novita/kimi-k2-thinking.toml b/providers/poe/models/novita/kimi-k2-thinking.toml index 2def8deb10..ad2e2711c9 100644 --- a/providers/poe/models/novita/kimi-k2-thinking.toml +++ b/providers/poe/models/novita/kimi-k2-thinking.toml @@ -1,17 +1,22 @@ -name = "kimi-k2-thinking" +name = "Kimi-K2-Thinking" family = "kimi-thinking" release_date = "2025-11-07" last_updated = "2025-11-07" attachment = true reasoning = true reasoning_options = [{ type = "toggle" }] -temperature = false -open_weights = false +temperature = true +open_weights = true tool_call = true +[cost] +input = 0.6061 +output = 2.5253 +cache_read = 0.1515 + [limit] context = 256_000 -output = 0 +output = 100_352 [modalities] input = ["text"] diff --git a/providers/poe/models/novita/kimi-k2.5.toml b/providers/poe/models/novita/kimi-k2.5.toml index 8770a7c53e..10e00dc709 100644 --- a/providers/poe/models/novita/kimi-k2.5.toml +++ b/providers/poe/models/novita/kimi-k2.5.toml @@ -1,17 +1,19 @@ name = "Kimi-K2.5" +family = "kimi-k2" release_date = "2026-01-27" last_updated = "2026-01-27" attachment = true reasoning = true reasoning_options = [{ type = "toggle" }] temperature = true -open_weights = false +knowledge = "2025-01" +open_weights = true tool_call = true [cost] -input = 0.6 -output = 3 -cache_read = 0.1 +input = 0.6061 +output = 3.0303 +cache_read = 0.101 [limit] context = 128_000 diff --git a/providers/poe/models/novita/kimi-k2.6.toml b/providers/poe/models/novita/kimi-k2.6.toml index fc899dbcd3..12718b81ba 100644 --- a/providers/poe/models/novita/kimi-k2.6.toml +++ b/providers/poe/models/novita/kimi-k2.6.toml @@ -1,4 +1,5 @@ name = "Kimi-K2.6" +family = "kimi-k2" attachment = true reasoning = true reasoning_options = [{ type = "toggle" }] @@ -10,9 +11,9 @@ last_updated = "2026-05-02" open_weights = true [cost] -input = 0.96 -output = 4.04 -cache_read = 0.16 +input = 0.9596 +output = 4.0404 +cache_read = 0.1616 [limit] context = 262_144 @@ -20,5 +21,5 @@ input = 262_144 output = 262_144 [modalities] -input = ["text", "image", "video"] -output = ["text"] \ No newline at end of file +input = ["text", "image", "video", "pdf"] +output = ["text"] diff --git a/providers/poe/models/novita/kimi-k2.7-code.toml b/providers/poe/models/novita/kimi-k2.7-code.toml new file mode 100644 index 0000000000..48a9714eca --- /dev/null +++ b/providers/poe/models/novita/kimi-k2.7-code.toml @@ -0,0 +1,25 @@ +name = "Kimi-K2.7-Code" +family = "kimi-k2" +attachment = true +reasoning = true +reasoning_options = [{ type = "toggle" }] +tool_call = true +temperature = true +knowledge = "2025-01" +release_date = "2026-06-12" +last_updated = "2026-06-12" +open_weights = true + +[cost] +input = 0.9596 +output = 4.0404 +cache_read = 0.1919 + +[limit] +context = 262_144 +input = 262_144 +output = 262_144 + +[modalities] +input = ["text", "image", "video", "pdf"] +output = ["text"] diff --git a/providers/poe/models/novita/minimax-m2.1.toml b/providers/poe/models/novita/minimax-m2.1.toml index 9fa10caff7..065973d495 100644 --- a/providers/poe/models/novita/minimax-m2.1.toml +++ b/providers/poe/models/novita/minimax-m2.1.toml @@ -1,13 +1,19 @@ -name = "minimax-m2.1" +name = "Minimax-M2.1" +family = "minimax" release_date = "2025-12-26" last_updated = "2025-12-26" attachment = true reasoning = true reasoning_options = [{ type = "toggle" }] -temperature = false -open_weights = false +temperature = true +open_weights = true tool_call = true +[cost] +input = 0.303 +output = 1.2121 +cache_read = 0.0303 + [limit] context = 205_000 output = 131_072 diff --git a/providers/poe/models/novita/minimax-m2.5.toml b/providers/poe/models/novita/minimax-m2.5.toml new file mode 100644 index 0000000000..331dfbfc70 --- /dev/null +++ b/providers/poe/models/novita/minimax-m2.5.toml @@ -0,0 +1,23 @@ +name = "Minimax-M2.5" +family = "minimax" +release_date = "2026-02-12" +last_updated = "2026-02-12" +attachment = true +reasoning = true +reasoning_options = [] +temperature = true +open_weights = false +tool_call = true + +[cost] +input = 0.303 +output = 1.2121 +cache_read = 0.0303 + +[limit] +context = 205_000 +output = 131_100 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/poe/models/novita/minimax-m2.7.toml b/providers/poe/models/novita/minimax-m2.7.toml new file mode 100644 index 0000000000..250725ae50 --- /dev/null +++ b/providers/poe/models/novita/minimax-m2.7.toml @@ -0,0 +1,23 @@ +name = "Minimax-M2.7" +family = "minimax" +release_date = "2026-03-18" +last_updated = "2026-03-18" +attachment = true +reasoning = true +reasoning_options = [] +temperature = true +open_weights = true +tool_call = true + +[cost] +input = 0.303 +output = 1.2121 +cache_read = 0.0606 + +[limit] +context = 205_000 +output = 131_072 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/poe/models/novita/minimax-m3-n.toml b/providers/poe/models/novita/minimax-m3-n.toml new file mode 100644 index 0000000000..88cd2809e3 --- /dev/null +++ b/providers/poe/models/novita/minimax-m3-n.toml @@ -0,0 +1,23 @@ +name = "Minimax-M3-N" +family = "minimax" +release_date = "2026-06-01" +last_updated = "2026-06-25" +attachment = true +reasoning = true +reasoning_options = [{ type = "toggle" }] +temperature = true +open_weights = true +tool_call = true + +[cost] +input = 0.303 +output = 1.2121 +cache_read = 0.0606 + +[limit] +context = 1_048_576 +output = 131_072 + +[modalities] +input = ["text", "image", "video", "pdf"] +output = ["text"] diff --git a/providers/poe/models/novita/qwen3-235b-a22b-n.toml b/providers/poe/models/novita/qwen3-235b-a22b-n.toml new file mode 100644 index 0000000000..94a92eca3b --- /dev/null +++ b/providers/poe/models/novita/qwen3-235b-a22b-n.toml @@ -0,0 +1,18 @@ +name = "Qwen3-235B-A22B-N" +family = "qwen" +release_date = "2025-04" +last_updated = "2025-04" +attachment = true +reasoning = false +temperature = true +knowledge = "2025-04" +open_weights = true +tool_call = true + +[limit] +context = 131_072 +output = 16_384 + +[modalities] +input = ["text", "pdf"] +output = ["text"] diff --git a/providers/poe/models/novita/qwen3-coder-480b-n.toml b/providers/poe/models/novita/qwen3-coder-480b-n.toml new file mode 100644 index 0000000000..9fa708f16c --- /dev/null +++ b/providers/poe/models/novita/qwen3-coder-480b-n.toml @@ -0,0 +1,18 @@ +name = "Qwen3-Coder-480B-N" +family = "qwen" +release_date = "2025-07-23" +last_updated = "2025-07-23" +attachment = true +reasoning = false +temperature = true +knowledge = "2025-04" +open_weights = true +tool_call = true + +[limit] +context = 262_144 +output = 65_536 + +[modalities] +input = ["text", "pdf"] +output = ["text"] diff --git a/providers/poe/models/novita/qwen3-coder-next.toml b/providers/poe/models/novita/qwen3-coder-next.toml new file mode 100644 index 0000000000..43ab368771 --- /dev/null +++ b/providers/poe/models/novita/qwen3-coder-next.toml @@ -0,0 +1,21 @@ +name = "Qwen3-Coder-Next" +family = "qwen" +release_date = "2026-02-03" +last_updated = "2026-02-03" +attachment = false +reasoning = false +temperature = true +open_weights = true +tool_call = true + +[cost] +input = 0.202 +output = 1.5152 + +[limit] +context = 262_144 +output = 65_536 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/poe/models/novita/qwen3-max-n.toml b/providers/poe/models/novita/qwen3-max-n.toml new file mode 100644 index 0000000000..bda4c925a1 --- /dev/null +++ b/providers/poe/models/novita/qwen3-max-n.toml @@ -0,0 +1,23 @@ +name = "Qwen3-Max-N" +family = "qwen" +release_date = "2025-09-24" +last_updated = "2025-09-24" +attachment = true +reasoning = true +reasoning_options = [] +temperature = true +knowledge = "2025-04" +open_weights = false +tool_call = true + +[cost] +input = 2.1313 +output = 8.5354 + +[limit] +context = 262_144 +output = 65_536 + +[modalities] +input = ["text", "pdf"] +output = ["text"] diff --git a/providers/poe/models/novita/qwen3-next-80b-think.toml b/providers/poe/models/novita/qwen3-next-80b-think.toml new file mode 100644 index 0000000000..6f02a51b5b --- /dev/null +++ b/providers/poe/models/novita/qwen3-next-80b-think.toml @@ -0,0 +1,26 @@ +name = "Qwen3-Next-80B-Think" +family = "qwen" +release_date = "2025-09-10" +last_updated = "2025-09-10" +attachment = true +reasoning = true +reasoning_options = [] +temperature = true +knowledge = "2025-04" +open_weights = true +tool_call = true + +[cost] +input = 0.1515 +output = 1.5152 + +[limit] +context = 131_072 +output = 32_768 + +[modalities] +input = ["text", "pdf"] +output = ["text"] + +[provider] +body = { enable_thinking = true } diff --git a/providers/poe/models/novita/qwen3-next-80b.toml b/providers/poe/models/novita/qwen3-next-80b.toml new file mode 100644 index 0000000000..88f8c57807 --- /dev/null +++ b/providers/poe/models/novita/qwen3-next-80b.toml @@ -0,0 +1,22 @@ +name = "Qwen3-Next-80B" +family = "qwen" +release_date = "2025-09-10" +last_updated = "2025-09-10" +attachment = true +reasoning = false +temperature = true +knowledge = "2025-04" +open_weights = true +tool_call = true + +[cost] +input = 0.1515 +output = 1.5152 + +[limit] +context = 131_072 +output = 32_768 + +[modalities] +input = ["text", "pdf"] +output = ["text"] diff --git a/providers/poe/models/novita/qwen3-vl-235b-a22b-i.toml b/providers/poe/models/novita/qwen3-vl-235b-a22b-i.toml new file mode 100644 index 0000000000..51a64b2e13 --- /dev/null +++ b/providers/poe/models/novita/qwen3-vl-235b-a22b-i.toml @@ -0,0 +1,21 @@ +name = "Qwen3-VL-235B-A22B-I" +family = "qwen" +release_date = "2025-09-24" +last_updated = "2025-09-24" +attachment = true +reasoning = false +temperature = true +open_weights = true +tool_call = true + +[cost] +input = 0.303 +output = 1.5152 + +[limit] +context = 131_072 +output = 32_768 + +[modalities] +input = ["text", "image", "video", "pdf"] +output = ["text"] diff --git a/providers/poe/models/novita/qwen3-vl-235b-a22b-t.toml b/providers/poe/models/novita/qwen3-vl-235b-a22b-t.toml new file mode 100644 index 0000000000..db78373112 --- /dev/null +++ b/providers/poe/models/novita/qwen3-vl-235b-a22b-t.toml @@ -0,0 +1,22 @@ +name = "Qwen3-VL-235B-A22B-T" +family = "qwen" +release_date = "2025-09-24" +last_updated = "2025-09-24" +attachment = true +reasoning = true +reasoning_options = [] +temperature = true +open_weights = true +tool_call = true + +[cost] +input = 0.9899 +output = 3.9899 + +[limit] +context = 131_072 +output = 32_768 + +[modalities] +input = ["text", "image", "video", "pdf"] +output = ["text"] diff --git a/providers/poe/models/novita/qwen3.5-397b-a17b.toml b/providers/poe/models/novita/qwen3.5-397b-a17b.toml new file mode 100644 index 0000000000..67e138f676 --- /dev/null +++ b/providers/poe/models/novita/qwen3.5-397b-a17b.toml @@ -0,0 +1,22 @@ +name = "Qwen3.5-397B-A17B" +family = "qwen" +release_date = "2026-02-17" +last_updated = "2026-02-17" +attachment = true +reasoning = true +reasoning_options = [{ type = "toggle" }] +temperature = true +open_weights = true +tool_call = true + +[cost] +input = 0.6061 +output = 3.6364 + +[limit] +context = 262_144 +output = 64_000 + +[modalities] +input = ["text", "image", "video", "pdf"] +output = ["text"] diff --git a/providers/poe/models/openai/gpt-image-1.5.toml b/providers/poe/models/openai/gpt-image-1.5.toml index 54112ac46a..75b8f13cec 100644 --- a/providers/poe/models/openai/gpt-image-1.5.toml +++ b/providers/poe/models/openai/gpt-image-1.5.toml @@ -1,4 +1,4 @@ -name = "gpt-image-1.5" +name = "GPT-Image-1.5" release_date = "2025-12-16" last_updated = "2025-12-16" attachment = true