Skip to content

Commit 578f147

Browse files
authored
add o3-pro.yaml
1 parent 5005630 commit 578f147

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

blocks/public/o3-pro.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: o3-pro
2+
version: 1.0.1
3+
schema: v1
4+
5+
models:
6+
- name: o3-pro
7+
provider: openai
8+
model: o3-pro
9+
apiKey: ${{ inputs.OPENAI_API_KEY }}
10+
roles:
11+
- chat
12+
defaultCompletionOptions:
13+
contextLength: 200000
14+
maxTokens: 100000
15+
capabilities:
16+
- image_input

0 commit comments

Comments
 (0)