The Gemini API secretly changed the OpenAI compatible Endpoint
It was originally like this: https://generativelanguage.googleapis.com/v1beta/chat/completions
Now it’s changed to this: https://generativelanguage.googleapis.com/v1beta/openai/chat/completions
The new endpoint location has been changed in the official documentation, but the endpoint in the blog post has not been updated. So which one would be preferred in our further usage?