Features intercepted by SDK auto-patching and install-hook.
Agent hint
Use when choosing patch_openai vs patch_litellm or checking Google Gemini Python-only support.
In scope
Out of scope
| Provider | Python | Node.js | Notes |
|---|---|---|---|
| OpenAI (v1+) | Yes | Yes | Reasoning tokens and cache metadata. |
| Anthropic (v0.18+) | Yes | Yes | System prompt and token counts. |
| Google Gemini | Yes | No | google-genai / google-generativeai (Python). |
| LiteLLM / Portkey | Yes | Yes | Multi-provider routing. |
| Hugging Face | Yes | Yes | huggingface_hub / @huggingface/inference. |
| Ollama / custom | Partial | Partial | Via LiteLLM or OpenAI-compatible proxy. |