File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3018,7 +3018,7 @@ export const MODELS = {
30183018 } satisfies Model < "openai-responses" > ,
30193019 "gpt-5.4-mini" : {
30203020 id : "gpt-5.4-mini" ,
3021- name : "GPT-5.4 mini " ,
3021+ name : "GPT-5.4 Mini " ,
30223022 api : "openai-responses" ,
30233023 provider : "github-copilot" ,
30243024 baseUrl : "https://api.individual.githubcopilot.com" ,
@@ -3480,8 +3480,8 @@ export const MODELS = {
34803480 contextWindow : 131072 ,
34813481 maxTokens : 8192 ,
34823482 } satisfies Model < "google-generative-ai" > ,
3483- "gemma-4-26b" : {
3484- id : "gemma-4-26b" ,
3483+ "gemma-4-26b-it " : {
3484+ id : "gemma-4-26b-it " ,
34853485 name : "Gemma 4 26B" ,
34863486 api : "google-generative-ai" ,
34873487 provider : "google" ,
@@ -3497,8 +3497,8 @@ export const MODELS = {
34973497 contextWindow : 256000 ,
34983498 maxTokens : 8192 ,
34993499 } satisfies Model < "google-generative-ai" > ,
3500- "gemma-4-31b" : {
3501- id : "gemma-4-31b" ,
3500+ "gemma-4-31b-it " : {
3501+ id : "gemma-4-31b-it " ,
35023502 name : "Gemma 4 31B" ,
35033503 api : "google-generative-ai" ,
35043504 provider : "google" ,
You can’t perform that action at this time.
0 commit comments