Reading List
How to Use Google Gemini in Xcode 26 Beta from Michael Tsai RSS feed.
How to Use Google Gemini in Xcode 26 Beta
Carlo Zottmann: Google offers an OpenAI-compatible API for Gemini, and while working, it is not what Xcode expects in terms of URL layout. In Xcode’s LLM provider config, the custom “URL” parameter is the API’s base URL up to but not including the v1/ path segment, e.g. https://api.openai.com/ instead of the full https://api.openai.com/v1/. When making […]