Access any custom provider endpoint through Portkey API
/chat/completions
, /audio
, /embeddings
, etc. We also make these endpoints work across 250+ different LLMs.
However, there are still many endpoints like Cohere’s /rerank
or Deepgram’s /listen
that are uncommon or have niche use cases.
With the Gateway to Other APIs feature, you can route to any custom provider endpoint using Portkey (including the ones hosted on your private setups) and get complete logging & monitoring for all your requests.
Option 1. Generate a Virtual Key (Recommended)
Option 2. Direct Provider Auth
Option 3. Custom Hosted Endpoint
openai
, cohere
)customHost
Authentication
if neededhttps://api.portkey.ai/v1
https://api.portkey.ai/v1/{provider-endpoint}
Cohere Rerank Integration
POST
, GET
, PUT
, and DELETE
POST
, GET
, PUT
, and DELETE