Section
Guides

Call Qwen3.7 Plus with the OpenAI SDK via DashScope Compatible Mode
Port OpenAI SDK apps to Qwen3.7 Plus with base_url changes, thinking controls, long-context pricing, and runnable code.

Use Groq GPT-OSS 120B with the OpenAI SDK: Base URL, Pricing, and Caching
Swap one OpenAI SDK base URL to run GPT-OSS 120B on Groq, estimate cached token costs, and avoid tool billing surprises.

Calling the Gemini API with the OpenAI SDK: A Migration Guide Changing Only base_url, API Key, and Model Name
A Gemini-compatible API migration checklist for existing OpenAI SDK projects, with code, parameter mapping, and pricing.

Calling the Gemini API with the OpenAI SDK: An Integration Guide Requiring Only base_url, Key, and Model Name Changes
Connect existing OpenAI SDK code to Gemini with minimal changes to just three configuration fields.

Calling Gemini with the OpenAI SDK: Integration Guide by Changing Only base_url, API Key, and Model Name
Google now supports an OpenAI-compatible API, letting you connect to Gemini by changing base_url, the API key, and the model name.

Calling the Gemini API with the OpenAI SDK: How to Configure base_url, Model Names, and Gemini 3.5 Flash Pricing
Migrate an existing OpenAI SDK project to Gemini with minimal changes while avoiding pitfalls in reasoning, streaming, and tool calls.

Migrating the DeepSeek API to deepseek-v4-flash / deepseek-v4-pro: Choosing Between OpenAI- and Anthropic-Compatible Formats
Migrate to DeepSeek V4 API in one pass, from legacy model names and Base URLs to reasoning mode and cost estimates.