What's changed
- Use Google Gemini (and other OpenAI-compatible services) with your own API key. The OpenAI Compatible provider now accepts a full URL ending in
/chat/completionsand uses it as-is. For Gemini, set the base URL tohttps://generativelanguage.googleapis.com/v1beta/openai/chat/completions, add your Gemini API key, and choose a model such asgemini-2.5-flash. (#724, closes #722)
Thanks to @siba2893 for the request.