We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ddf5c2 commit 128a1d0Copy full SHA for 128a1d0
blocks/public/gpt-5-codex.yaml
@@ -0,0 +1,18 @@
1
+name: GPT-5 Codex
2
+version: 1.0.0
3
+schema: v1
4
+
5
+models:
6
+ - name: GPT-5 Codex
7
+ provider: openai
8
+ model: gpt-5-codex
9
+ apiKey: ${{ inputs.OPENAI_API_KEY }}
10
+ roles:
11
+ - chat
12
+ - edit
13
+ - apply
14
+ capabilities:
15
+ - tool_use
16
+ defaultCompletionOptions:
17
+ contextLength: 500000
18
+ maxTokens: 150000
0 commit comments