Skip to content

Commit 19e9f75

Browse files
author
Contributor
committed
Update qiniu-ai models from API
Sync with Qiniu AI API (api.qnaigc.com + openai.sufy.com): - Add 24 new models (GPT-5 variants, Claude 4.6, Gemini 3.1, etc.) - Remove 11 deprecated models no longer in API - Total: 103 models matching API Context limits verified against first-party providers and repo consensus: - GPT-5 family: 400K/1.05M (from openai provider + official docs) - Gemini 3.1 Pro/Flash-Lite: 1,048,576 (from google provider) - Gemini 3.1 Flash-Image: 131,072 (from google provider) - Claude 4.6: 1M (from anthropic provider) - Qwen 3.5/3.6 Plus: 1M (from alibaba provider) - Trinity-Mini: 131,072 (repo consensus) - Minimax-M2.7: 204,800 (repo consensus) - Nemotron-3-Super: 262,144 (repo consensus) - DeepSeek V3.2 Speciale-OR: 128K (from deepseek provider) Added: - arcee-ai/trinity-mini (131K context) - claude-4.6-opus, claude-4.6-sonnet (1M context) - gemini-3.1-flash-image-preview (131K context) - gemini-3.1-flash-lite-preview (1M context) - gemini-3.1-pro-preview (1M context) - openai/gpt-5*, gpt-5.2*, gpt-5.3*, gpt-5.4* - minimax/minimax-m2.7 (205K context) - nvidia/nemotron-3-super-120b-a12b (262K context) - qwen/qwen3.5-plus, qwen3.6-plus, qwen3.6-plus-free (1M context) - deepseek/deepseek-v3.2-speciale-or (128K context) Removed (deprecated): - claude-3.5-haiku, claude-3.5-sonnet, claude-3.7-sonnet - gemini-2.0-flash, gemini-2.0-flash-lite, kling-v2-6 - deepseek-math-v2, longcat-flash-chat, mimo-v2-flash - gelab-zero-4b-preview, autoglm-phone-9b
1 parent d6145d1 commit 19e9f75

29 files changed

+332
-128
lines changed

providers/qiniu-ai/models/meituan/longcat-flash-chat.toml renamed to providers/qiniu-ai/models/arcee-ai/trinity-mini.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
name = "Meituan/Longcat-Flash-Chat"
2-
release_date = "2025-11-05"
3-
last_updated = "2025-11-05"
1+
name = "Arcee Trinity Mini"
2+
release_date = "2026-04-07"
3+
last_updated = "2026-04-07"
44
attachment = false
55
reasoning = false
66
tool_call = false
@@ -14,4 +14,4 @@ output = 131_072
1414

1515
[modalities]
1616
input = ["text"]
17-
output = ["text"]
17+
output = ["text"]
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name = "Claude 4.6 Opus"
2+
release_date = "2026-04-07"
3+
last_updated = "2026-04-07"
4+
attachment = true
5+
reasoning = true
6+
tool_call = true
7+
temperature = true
8+
structured_output = true
9+
open_weights = false
10+
11+
[limit]
12+
context = 1_000_000
13+
output = 128_000
14+
15+
[modalities]
16+
input = ["text", "image"]
17+
output = ["text"]
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name = "Claude 4.6 Sonnet"
2+
release_date = "2026-04-07"
3+
last_updated = "2026-04-07"
4+
attachment = true
5+
reasoning = true
6+
tool_call = true
7+
temperature = true
8+
structured_output = true
9+
open_weights = false
10+
11+
[limit]
12+
context = 1_000_000
13+
output = 128_000
14+
15+
[modalities]
16+
input = ["text", "image"]
17+
output = ["text"]

providers/qiniu-ai/models/deepseek/deepseek-math-v2.toml

Lines changed: 0 additions & 17 deletions
This file was deleted.

providers/qiniu-ai/models/mimo-v2-flash.toml renamed to providers/qiniu-ai/models/deepseek/deepseek-v3.2-speciale-or.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
name = "Mimo-V2-Flash"
2-
release_date = "2025-12-17"
3-
last_updated = "2025-12-17"
1+
name = "DeepSeek V3.2 Speciale OR"
2+
release_date = "2026-01-15"
3+
last_updated = "2026-04-07"
44
attachment = false
55
reasoning = true
66
tool_call = true
@@ -9,8 +9,8 @@ structured_output = false
99
open_weights = false
1010

1111
[limit]
12-
context = 256_000
13-
output = 256_000
12+
context = 128_000
13+
output = 32_000
1414

1515
[modalities]
1616
input = ["text"]

providers/qiniu-ai/models/gemini-2.0-flash-lite.toml

Lines changed: 0 additions & 17 deletions
This file was deleted.

providers/qiniu-ai/models/gemini-2.0-flash.toml

Lines changed: 0 additions & 17 deletions
This file was deleted.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name = "Gemini 3.1 Flash Image Preview"
2+
release_date = "2026-04-07"
3+
last_updated = "2026-04-07"
4+
attachment = true
5+
reasoning = true
6+
tool_call = false
7+
temperature = true
8+
structured_output = false
9+
open_weights = false
10+
11+
[limit]
12+
context = 131_072
13+
output = 32_768
14+
15+
[modalities]
16+
input = ["text", "image", "pdf"]
17+
output = ["text", "image"]
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name = "Gemini 3.1 Flash Lite Preview"
2+
release_date = "2026-04-07"
3+
last_updated = "2026-04-07"
4+
attachment = true
5+
reasoning = true
6+
tool_call = true
7+
temperature = true
8+
structured_output = false
9+
open_weights = false
10+
11+
[limit]
12+
context = 1_048_576
13+
output = 65_536
14+
15+
[modalities]
16+
input = ["text", "image", "video", "audio", "pdf"]
17+
output = ["text"]
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name = "Gemini 3.1 Pro Preview"
2+
release_date = "2026-04-07"
3+
last_updated = "2026-04-07"
4+
attachment = true
5+
reasoning = true
6+
tool_call = true
7+
temperature = true
8+
structured_output = true
9+
open_weights = false
10+
11+
[limit]
12+
context = 1_048_576
13+
output = 65_536
14+
15+
[modalities]
16+
input = ["text", "image", "video", "audio", "pdf"]
17+
output = ["text"]

0 commit comments

Comments
 (0)