To proxy requests to models from unsupported providers, you’ll need to complete the following steps:
- Add an external model provider
- Update your chat completion requests
Updating your chat completion requests
Set the model parameter in your requests to match this format:openpipe:<external-model-provider-slug>/<external-model-slug>
.
For example, if you’re calling gpt-4o-2024-08-06 on Azure, the model parameter should be openpipe:custom-azure-provider/gpt-4o-2024-08-06
.