@@ -438,7 +438,7 @@ export const getApiProtocol = (provider: ProviderName | undefined, modelId?: str
438438}
439439
440440export const MODELS_BY_PROVIDER : Record <
441- Exclude < ProviderName , "fake-ai" | "human-relay" | "claude-code " > ,
441+ Exclude < ProviderName , "fake-ai" | "human-relay" | "gemini-cli" | "lmstudio" | "openai" | "ollama "> ,
442442 { id : ProviderName ; label : string ; models : string [ ] }
443443> = {
444444 anthropic : {
@@ -524,14 +524,10 @@ export const MODELS_BY_PROVIDER: Record<
524524 zai : { id : "zai" , label : "Zai" , models : Object . keys ( internationalZAiModels ) } ,
525525
526526 // Models pulled from the respective APIs.
527- "gemini-cli" : { id : "gemini-cli" , label : "Gemini CLI" , models : [ ] } ,
528527 glama : { id : "glama" , label : "Glama" , models : [ ] } ,
529528 huggingface : { id : "huggingface" , label : "Hugging Face" , models : [ ] } ,
530529 litellm : { id : "litellm" , label : "LiteLLM" , models : [ ] } ,
531- lmstudio : { id : "lmstudio" , label : "LM Studio" , models : [ ] } ,
532- ollama : { id : "ollama" , label : "Ollama" , models : [ ] } ,
533- openai : { id : "openai" , label : "OpenAI Compatible" , models : [ ] } ,
534530 openrouter : { id : "openrouter" , label : "OpenRouter" , models : [ ] } ,
535531 requesty : { id : "requesty" , label : "Requesty" , models : [ ] } ,
536532 unbound : { id : "unbound" , label : "Unbound" , models : [ ] } ,
537- } as Record < Exclude < ProviderName , "fake-ai" | "human-relay" > , { id : ProviderName ; label : string ; models : string [ ] } >
533+ }
0 commit comments