Skip to content

Commit 0d9fc9a

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 Added: - arcee-ai/trinity-mini - claude-4.6-opus, claude-4.6-sonnet (1M context) - gemini-3.1-flash-image-preview, gemini-3.1-flash-lite-preview, gemini-3.1-pro-preview (1M context) - openai/gpt-5*, gpt-5.2*, gpt-5.3*, gpt-5.4* - minimax/minimax-m2.7, nvidia/nemotron-3-super-120b-a12b - qwen/qwen3.5-plus, qwen/qwen3.6-plus, qwen/qwen3.6-plus-free (1M context) - deepseek/deepseek-v3.2-speciale-or Removed: - 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 Context limits corrected per official specs (Claude 4.6, Gemini 3.1, Qwen 3.5/3.6 = 1M)
1 parent d6145d1 commit 0d9fc9a

27 files changed

Lines changed: 311 additions & 107 deletions
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
name = "Kling-V2 6"
2-
release_date = "2026-01-13"
3-
last_updated = "2026-01-13"
1+
name = "Arcee Trinity Mini"
2+
release_date = "2026-04-07"
3+
last_updated = "2026-04-07"
44
attachment = true
55
reasoning = false
6-
tool_call = false
6+
tool_call = true
77
temperature = true
88
structured_output = false
99
open_weights = false
1010

1111
[limit]
12-
context = 99_999_999
13-
output = 99_999_999
12+
context = 256_000
13+
output = 64_000
1414

1515
[modalities]
1616
input = ["text", "image", "video"]
17-
output = ["video"]
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/mimo-v2-flash.toml renamed to providers/qiniu-ai/models/deepseek/deepseek-v3.2-speciale-or.toml

Lines changed: 4 additions & 4 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
@@ -10,7 +10,7 @@ open_weights = false
1010

1111
[limit]
1212
context = 256_000
13-
output = 256_000
13+
output = 64_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 = true
7+
temperature = true
8+
structured_output = false
9+
open_weights = false
10+
11+
[limit]
12+
context = 1_000_000
13+
output = 64_000
14+
15+
[modalities]
16+
input = ["text", "image", "video"]
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 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_000_000
13+
output = 64_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 = "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_000_000
13+
output = 64_000
14+
15+
[modalities]
16+
input = ["text", "image", "video"]
17+
output = ["text"]

providers/qiniu-ai/models/meituan/longcat-flash-chat.toml

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

0 commit comments

Comments
 (0)