Custom Icons for Custom Enpoints #5257
-
I see we can add Icons to models, but I can't find in the docs how to add the icon for a custom endpoint. Example is that custom endpoints like OpenRouter, Mistral or Groq have custom icons but this feature is not defined in librechat.yaml |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
here's how you can specify icons on custom endpoints: https://www.librechat.ai/docs/configuration/librechat_yaml/object_structure/custom_endpoint#iconurl |
Beta Was this translation helpful? Give feedback.
-
Some, like the ones you mentioned (OpenRouter, Mistral or Groq) will use their recognized icons just based on the e.g.: The Normally, OpenRouter would use its icon as determined by the name, but configuring this way, we can make it use the OpenAI icon. # openrouter.ai
- name: "OpenRouter"
apiKey: "user_provided"
baseURL: "https://openrouter.ai/api/v1"
iconURL: openAI |
Beta Was this translation helpful? Give feedback.
here's how you can specify icons on custom endpoints: https://www.librechat.ai/docs/configuration/librechat_yaml/object_structure/custom_endpoint#iconurl