Supported Providers

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

  • Provider patch matrix
  • patch_* method names

Out of scope

  • Manual log_event — see Manual Integration
  • Resilience fallbacks — customer-owned clients
ProviderPythonNode.jsNotes
OpenAI (v1+)YesYesReasoning tokens and cache metadata.
Anthropic (v0.18+)YesYesSystem prompt and token counts.
Google GeminiYesNogoogle-genai / google-generativeai (Python).
LiteLLM / PortkeyYesYesMulti-provider routing.
Hugging FaceYesYeshuggingface_hub / @huggingface/inference.
Ollama / customPartialPartialVia LiteLLM or OpenAI-compatible proxy.

See also