Skip to content

Commit 059e6c9

Browse files
committed
Add iFlow provider with 17 models
- Created iflowcn provider with OpenAI-compatible API - Added TStars-2.0 (Taobao Star Language Model) - Added Qwen3 series: Coder-Plus, Coder, Max, VL-Plus, Max-Preview, 32B, 235B variants - Added Kimi-K2 and K2-Instruct-0905 models - Added DeepSeek series: V3.2-Exp, V3.1-Terminus, R1, V3-671B - Added GLM-4.6 model - All models free with various context windows (128K-256K) - Based on https://platform.iflow.cn/en/docs
1 parent 4e76627 commit 059e6c9

18 files changed

+362
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name = "DeepSeek-R1"
2+
release_date = "2025-01-20"
3+
last_updated = "2025-01-20"
4+
attachment = false
5+
reasoning = true
6+
temperature = true
7+
knowledge = "2024-12"
8+
tool_call = true
9+
open_weights = true
10+
11+
[cost]
12+
input = 0.0
13+
output = 0.0
14+
15+
[limit]
16+
context = 128_000
17+
output = 32_000
18+
19+
[modalities]
20+
input = ["text"]
21+
output = ["text"]
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name = "DeepSeek-V3.1-Terminus"
2+
release_date = "2025-01-01"
3+
last_updated = "2025-01-01"
4+
attachment = false
5+
reasoning = true
6+
temperature = true
7+
knowledge = "2024-12"
8+
tool_call = true
9+
open_weights = true
10+
11+
[cost]
12+
input = 0.0
13+
output = 0.0
14+
15+
[limit]
16+
context = 128_000
17+
output = 64_000
18+
19+
[modalities]
20+
input = ["text"]
21+
output = ["text"]
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name = "DeepSeek-V3.2-Exp"
2+
release_date = "2025-01-01"
3+
last_updated = "2025-01-01"
4+
attachment = false
5+
reasoning = false
6+
temperature = true
7+
knowledge = "2024-12"
8+
tool_call = true
9+
open_weights = true
10+
11+
[cost]
12+
input = 0.0
13+
output = 0.0
14+
15+
[limit]
16+
context = 128_000
17+
output = 64_000
18+
19+
[modalities]
20+
input = ["text"]
21+
output = ["text"]
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name = "DeepSeek-V3-671B"
2+
release_date = "2024-12-26"
3+
last_updated = "2024-12-26"
4+
attachment = false
5+
reasoning = false
6+
temperature = true
7+
knowledge = "2024-10"
8+
tool_call = true
9+
open_weights = true
10+
11+
[cost]
12+
input = 0.0
13+
output = 0.0
14+
15+
[limit]
16+
context = 128_000
17+
output = 32_000
18+
19+
[modalities]
20+
input = ["text"]
21+
output = ["text"]
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name = "GLM-4.6"
2+
release_date = "2024-12-01"
3+
last_updated = "2024-12-01"
4+
attachment = false
5+
reasoning = false
6+
temperature = true
7+
knowledge = "2024-10"
8+
tool_call = true
9+
open_weights = false
10+
11+
[cost]
12+
input = 0.0
13+
output = 0.0
14+
15+
[limit]
16+
context = 200_000
17+
output = 128_000
18+
19+
[modalities]
20+
input = ["text"]
21+
output = ["text"]
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name = "Kimi-K2-Instruct-0905"
2+
release_date = "2025-09-05"
3+
last_updated = "2025-09-05"
4+
attachment = false
5+
reasoning = false
6+
temperature = true
7+
knowledge = "2024-12"
8+
tool_call = true
9+
open_weights = false
10+
11+
[cost]
12+
input = 0.0
13+
output = 0.0
14+
15+
[limit]
16+
context = 256_000
17+
output = 64_000
18+
19+
[modalities]
20+
input = ["text"]
21+
output = ["text"]
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name = "Kimi-K2"
2+
release_date = "2024-12-01"
3+
last_updated = "2024-12-01"
4+
attachment = false
5+
reasoning = false
6+
temperature = true
7+
knowledge = "2024-10"
8+
tool_call = true
9+
open_weights = false
10+
11+
[cost]
12+
input = 0.0
13+
output = 0.0
14+
15+
[limit]
16+
context = 128_000
17+
output = 64_000
18+
19+
[modalities]
20+
input = ["text"]
21+
output = ["text"]
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name = "Qwen3-235B-A22B-Instruct"
2+
release_date = "2025-07-01"
3+
last_updated = "2025-07-01"
4+
attachment = false
5+
reasoning = false
6+
temperature = true
7+
knowledge = "2025-04"
8+
tool_call = true
9+
open_weights = true
10+
11+
[cost]
12+
input = 0.0
13+
output = 0.0
14+
15+
[limit]
16+
context = 256_000
17+
output = 64_000
18+
19+
[modalities]
20+
input = ["text"]
21+
output = ["text"]
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name = "Qwen3-235B-A22B-Thinking"
2+
release_date = "2025-07-01"
3+
last_updated = "2025-07-01"
4+
attachment = false
5+
reasoning = true
6+
temperature = true
7+
knowledge = "2025-04"
8+
tool_call = true
9+
open_weights = true
10+
11+
[cost]
12+
input = 0.0
13+
output = 0.0
14+
15+
[limit]
16+
context = 256_000
17+
output = 64_000
18+
19+
[modalities]
20+
input = ["text"]
21+
output = ["text"]
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name = "Qwen3-235B-A22B"
2+
release_date = "2024-12-01"
3+
last_updated = "2024-12-01"
4+
attachment = false
5+
reasoning = true
6+
temperature = true
7+
knowledge = "2024-10"
8+
tool_call = true
9+
open_weights = true
10+
11+
[cost]
12+
input = 0.0
13+
output = 0.0
14+
15+
[limit]
16+
context = 128_000
17+
output = 32_000
18+
19+
[modalities]
20+
input = ["text"]
21+
output = ["text"]

0 commit comments

Comments
 (0)