Unexpected Usage of OpenRouter/OpenAI Models Despite Selecting Free Options #6947
Unanswered
eramax
asked this question in
Troubleshooting
Replies: 3 comments 2 replies
-
It’s the generations for titles, which by default use a specific system defined model by provider if not configured (gpt-4o-mini for OpenAI, for example). you can customize this for each endpoint, and even using “current_model” as the value of you want the system to use the current chat model: |
Beta Was this translation helpful? Give feedback.
0 replies
-
I understand but It should be configurable on your demo app, so I don't have to self host to set the title model. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
While utilizing free models via OpenRouter, I observed that the application is invoking OpenAI models without explicit user consent or transparency regarding the selection mechanism. There is no apparent configuration or setting available to control or disable this behavior.
Version Information
the demo version on the website
Steps to Reproduce
check description
What browsers are you seeing the problem on?
Firefox
Relevant log output
Screenshots
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions