LiteLLM drop_params quietly fixes cross-provider calls
litellmai
Claude Code sends Anthropic-specific parameters that crash OpenAI-format endpoints. LiteLLM's drop_params: true silently removes unsupported fields during translation. With that one config line plus a model mapping, the unmodified Claude Code CLI talks to NVIDIA NIM's free models believing it is talking to Anthropic. No forks, no patches.