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
Hi, I am using openrouter.ai because it wraps a whole bunch of free and chargeable LLMs without the need to signup everywhere.
For the moment, I am using openai/gpt4o. That worked great with Mealie but its usage is rather expensive.
I tried the Mealie image recognition with google/gemini-2.0-flash-lite-preview-02-05:free which is free of charge, but the results were not so great. I also tried with anthropic/claude-3.5-sonnet which is apparently good in processing images, but I was not so happy with my first tests.
Has any of you tried different models with Mealie? Any experiences / recommendations?
This is my current config:
OPENAI_BASE_URL: https://openrouter.ai/api/v1OPENAI_API_KEY: ***my key***OPENAI_MODEL: openai/gpt-4o # replace by the openrouter model id , e.g. google/gemini-2.0-flash-lite-preview-02-05:freeOPENAI_ENABLE_IMAGE_SERVICES: trueOPENAI_SEND_DATABASE_DATA: true
I am not affiliated with openrouter. I just like their universal interface which enables me to play around with different models, quickly.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I am using openrouter.ai because it wraps a whole bunch of free and chargeable LLMs without the need to signup everywhere.
For the moment, I am using
openai/gpt4o
. That worked great with Mealie but its usage is rather expensive.I tried the Mealie image recognition with
google/gemini-2.0-flash-lite-preview-02-05:free
which is free of charge, but the results were not so great. I also tried withanthropic/claude-3.5-sonnet
which is apparently good in processing images, but I was not so happy with my first tests.Has any of you tried different models with Mealie? Any experiences / recommendations?
This is my current config:
I am not affiliated with openrouter. I just like their universal interface which enables me to play around with different models, quickly.
Beta Was this translation helpful? Give feedback.
All reactions