Skip to content

Commit 7ee68fb

Browse files
Merge remote-tracking branch 'upstream/dev' into dev
2 parents 3f3c892 + 897aa53 commit 7ee68fb

58 files changed

Lines changed: 311 additions & 934 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name = "Kimi K2.5 Turbo"
2+
family = "kimi-thinking"
3+
release_date = "2026-01-27"
4+
last_updated = "2026-01-27"
5+
knowledge = "2025-01"
6+
attachment = false
7+
reasoning = true
8+
temperature = true
9+
tool_call = true
10+
open_weights = true
11+
12+
[cost]
13+
cache_read = 0
14+
input = 0
15+
output = 0
16+
17+
[limit]
18+
context = 256_000
19+
output = 256_000
20+
21+
[modalities]
22+
input = ["text", "image"]
23+
output = ["text"]
24+
25+
[interleaved]
26+
field = "reasoning_content"
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name = "Agentic Chat (GPT-5.3 Codex)"
2+
family = "gpt-codex"
3+
release_date = "2026-02-05"
4+
last_updated = "2026-02-05"
5+
knowledge = "2025-08-31"
6+
attachment = true
7+
reasoning = true
8+
temperature = false
9+
tool_call = true
10+
structured_output = true
11+
open_weights = false
12+
13+
[cost]
14+
input = 0
15+
output = 0
16+
17+
[limit]
18+
context = 400_000
19+
input = 272_000
20+
output = 128_000
21+
22+
[modalities]
23+
input = ["text", "image", "pdf"]
24+
output = ["text"]
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name = "Agentic Chat (GPT-5.4 Mini)"
2+
family = "gpt-mini"
3+
release_date = "2026-03-17"
4+
last_updated = "2026-03-17"
5+
knowledge = "2025-08-31"
6+
attachment = true
7+
reasoning = true
8+
temperature = false
9+
tool_call = true
10+
structured_output = true
11+
open_weights = false
12+
13+
[cost]
14+
input = 0
15+
output = 0
16+
17+
[limit]
18+
context = 400_000
19+
input = 272_000
20+
output = 128_000
21+
22+
[modalities]
23+
input = ["text", "image"]
24+
output = ["text"]
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name = "Agentic Chat (GPT-5.4 Nano)"
2+
family = "gpt-nano"
3+
release_date = "2026-03-17"
4+
last_updated = "2026-03-17"
5+
knowledge = "2025-08-31"
6+
attachment = true
7+
reasoning = true
8+
temperature = false
9+
tool_call = true
10+
structured_output = true
11+
open_weights = false
12+
13+
[cost]
14+
input = 0
15+
output = 0
16+
17+
[limit]
18+
context = 400_000
19+
input = 272_000
20+
output = 128_000
21+
22+
[modalities]
23+
input = ["text", "image"]
24+
output = ["text"]
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name = "Agentic Chat (GPT-5.4)"
2+
family = "gpt"
3+
release_date = "2026-03-05"
4+
last_updated = "2026-03-05"
5+
knowledge = "2025-08-31"
6+
attachment = true
7+
reasoning = true
8+
temperature = false
9+
tool_call = true
10+
structured_output = true
11+
open_weights = false
12+
13+
[cost]
14+
input = 0
15+
output = 0
16+
17+
[limit]
18+
context = 1_050_000
19+
input = 922_000
20+
output = 128_000
21+
22+
[modalities]
23+
input = ["text", "image", "pdf"]
24+
output = ["text"]

providers/gitlab/provider.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
name = "GitLab Duo"
22
env = ["GITLAB_TOKEN"]
3-
npm = "@gitlab/gitlab-ai-provider"
3+
npm = "gitlab-ai-provider"
44
doc = "https://docs.gitlab.com/user/duo_agent_platform/"

providers/openrouter/models/allenai/molmo-2-8b:free.toml

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

providers/openrouter/models/cognitivecomputations/dolphin3.0-mistral-24b.toml

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

providers/openrouter/models/cognitivecomputations/dolphin3.0-r1-mistral-24b.toml

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

providers/openrouter/models/deepseek/deepseek-r1-0528-qwen3-8b:free.toml

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

0 commit comments

Comments
 (0)