Connect to an OpenAI compliant model provider/proxy
The LangSmith playground allows you to use any model that is compliant with the OpenAI API. You can utilize your model by setting the Proxy Provider for in the playground.
You can use these providers to deploy your model and get an API endpoint that is compliant with the OpenAI API.Take a look at the full specification for more information.
Once you have deployed a model server, you can use it in the LangSmith Playground. Enter the playground and select the Proxy Provider inside the OpenAI modal.If everything is set up correctly, you should see the model’s response in the playground. You can also use this functionality to invoke downstream pipelines as well.See how to store your model configuration for later use here.