Section
Guides

GuidesJune 17, 2026 · 24 min read
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.

GuidesJune 14, 2026 · 9 min read
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.

GuidesJune 14, 2026 · 9 min read
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.

GuidesJune 14, 2026 · 11 min read
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.

GuidesJune 14, 2026 · 10 min read
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.

GuidesJune 14, 2026 · 12 min read
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.