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 b7ea672 commit 5005630Copy full SHA for 5005630
blocks/public/o3.yaml
@@ -0,0 +1,16 @@
1
+name: o3
2
+version: 1.0.1
3
+schema: v1
4
+
5
+models:
6
+ - name: o3
7
+ provider: openai
8
+ model: o3
9
+ apiKey: ${{ inputs.OPENAI_API_KEY }}
10
+ roles:
11
+ - chat
12
+ defaultCompletionOptions:
13
+ contextLength: 200000
14
+ maxTokens: 100000
15
+ capabilities:
16
+ - image_input
blocks/public/o4-mini.yaml
+name: o4-mini
+version: 1.0.0
+ - name: o4-mini
+ model: o4-mini
0 commit comments