You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: expand OpenRouter models list to support free models
Added support for various free OpenRouter models including deepseek/deepseek-chat-v3-0324:free and others.
This update expands the hardcoded OpenRouter models list to include many free models with the ":free" suffix, such as:
- deepseek/deepseek-chat-v3-0324:free
- google/gemini-2.0-flash-exp:free
- meta-llama/llama-3.1-8b-instruct:free
- mistralai/mistral-7b-instruct:free
- qwen/qwen-2.5-7b-instruct:free
- thudm/glm-z1-32b:free
Note that free models have rate limits:
- 20 requests per minute
- 50 requests per day with <10 credits
- 1000 requests per day with ≥10 credits
This is a conservative approach that maintains compatibility with existing code while adding support for the requested models.
0 commit comments