Here's the whole trick, up front. You keep the official OpenAI SDK, change the base URL, and the same client now talks to Claude, GPT and Gemini — you only swap the model string:

Python

from openai import OpenAI

client = OpenAI(

base_url="https://api.airforce/v1",