from portkey_ai import Portkey# Initialize the Portkey clientportkey = Portkey( api_key="PORTKEY_API_KEY",)# Get a specific providerprovider = portkey.providers.retrieve( slug="PROVIDER_SLUG", workspace_id="")print(provider)
from portkey_ai import Portkey# Initialize the Portkey clientportkey = Portkey( api_key="PORTKEY_API_KEY",)# Get a specific providerprovider = portkey.providers.retrieve( slug="PROVIDER_SLUG", workspace_id="")print(provider)