Provider slug:
inference-netPortkey SDK Integration with Inference.net
Portkey provides a consistent API to interact with models from various providers. To integrate Inference.net with Portkey:1. Install the Portkey SDK
- NodeJS
- Python
2. Initialize Portkey with Inference.net Authorization
- Set
providername asinference-net - Pass your API key with
Authorizationheader
- NodeJS SDK
- Python SDK
3. Invoke Chat Completions
- NodeJS SDK
- Python SDK

