Skip to content

Commit d799a6a

Browse files
authored
Merge pull request #692 from vglafirov/feat/gitlab-openai-models
feat(gitlab): add OpenAI GPT-5 model definitions
2 parents eef424f + a770639 commit d799a6a

File tree

4 files changed

+96
-0
lines changed

4 files changed

+96
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name = "Agentic Chat (GPT-5.1)"
2+
family = "gpt"
3+
release_date = "2026-01-22"
4+
last_updated = "2026-01-22"
5+
knowledge = "2024-09-30"
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.2 Codex)"
2+
family = "gpt-codex"
3+
release_date = "2026-01-22"
4+
last_updated = "2026-01-22"
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 Codex)"
2+
family = "gpt-codex"
3+
release_date = "2026-01-22"
4+
last_updated = "2026-01-22"
5+
knowledge = "2024-09-30"
6+
attachment = false
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 Mini)"
2+
family = "gpt-mini"
3+
release_date = "2026-01-22"
4+
last_updated = "2026-01-22"
5+
knowledge = "2024-05-30"
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"]

0 commit comments

Comments
 (0)