migrate-litellm-to-portkey
Installation
SKILL.md
Migrate from LiteLLM to Portkey
Step-by-step guide for migrating Python applications from LiteLLM to the Portkey AI Gateway SDK. Portkey uses an OpenAI-compatible client interface, so most code changes are structural (client instantiation and config) rather than call-signature changes.
Additional References:
- Detailed Migration Patterns - Every LiteLLM pattern with before/after code
- Proxy & Config Migration - LiteLLM Proxy → Portkey gateway migration
Pre-Migration Checklist
Related skills
More from portkey-ai/skills
portkey-typescript-sdk
Integrate Portkey AI Gateway into TypeScript/JavaScript applications. Use when building LLM apps with observability, caching, fallbacks, load balancing, or routing across 200+ LLM providers.
39portkey-python-sdk
Complete reference for the Portkey AI Gateway Python SDK with unified API access to 200+ LLMs, automatic fallbacks, caching, and full observability. Use when building Python applications that need LLM integration with production-grade reliability.
38