File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,22 @@ VALIDATE-COMMAND and OTHER-PARAMS for `chatgpt-shell-openai-make-model'."
76
76
; ;
77
77
; ; See https://openrouter.ai/qwen/qwq-32b-preview
78
78
:other-params '((provider (quantizations . [" bf16" ]))))
79
+ (chatgpt-shell-openrouter-make-model
80
+ :version " openai/o3-mini-high"
81
+ :short-version " o3-mini-high"
82
+ :label " ChatGPT"
83
+ :token-width 3
84
+ ; ; See https://openrouter.ai/openai/o3-mini-high
85
+ :context-window 200000
86
+ :validate-command #'chatgpt-shell-validate-no-system-prompt )
87
+ (chatgpt-shell-openrouter-make-model
88
+ :version " openai/o3-mini"
89
+ :short-version " o3-mini"
90
+ :label " ChatGPT"
91
+ :token-width 3
92
+ ; ; See https://openrouter.ai/openai/o1-2024-12-17
93
+ :context-window 200000
94
+ :validate-command #'chatgpt-shell-validate-no-system-prompt )
79
95
(chatgpt-shell-openrouter-make-model
80
96
:version " openai/o1"
81
97
:short-version " o1"
You can’t perform that action at this time.
0 commit comments