Portkey

Migrate from Portkey to Respan.

Respan provides the same observability features as Portkey with additional tracing capabilities. Migrate by switching your SDK integration:

Migration steps

  1. Install the Respan SDK:
$pip install respan-ai
  1. Replace your Portkey initialization with Respan:
1from respan import Respan
2from respan_instrumentation_openai import OpenAIInstrumentor
3
4respan = Respan(instrumentations=[OpenAIInstrumentor()])
  1. Use your LLM SDK as normal — all calls are auto-traced.

Feature comparison

FeaturePortkeyRespan
LLM tracingYesYes
Multi-provider gatewayYesYes (250+ models)
Prompt managementYesYes
EvaluationsLimitedFull (datasets, evaluators, experiments)
OpenTelemetry nativeNoYes
Coding agent tracingNoYes (Claude Code, Codex, Gemini CLI)