Custom model
Last updated
Last updated
LLM Labs Custom Models allows you to integrate your own large language models (LLMs) from various providers into Datasaur's LLM Labs. This feature empowers you to leverage your specialized models alongside Datasaur's built-in capabilities.
To connect to a custom model:
Navigate to the Models page.
Click the Manage providers button.
Click the Custom model button.
Input your model credentials. The required credentials are:
Endpoint URL: The endpoint URL of your model.
API key: The API key of your model.
Model name: Your desired model name to be used in LLM Labs.
If you are adding a custom model from an LLM provider like Hugging Face, you only need to input the endpoint URL without the /chat/v1/completions
suffix.
Once you’ve added your credentials, click the Add custom model button, and your custom model will be available in LLM Labs.
To manage your custom model, click the three-dots icon on the model card.
From there, you can:
View Details
Try in Sandbox
Edit
Delete
Once you click the View details menu, you will see the endpoint name of the model displayed in the details dialog.
Once you click the Try in Sandbox menu, you'll be automatically taken to a Sandbox project. This allows you to integrate and test the model within your specific application. Learn more about Sandbox.
Once you click on the Edit menu, you will be able to modify the endpoint name, API key, and model name. Once you've updated the model credentials, click the Edit custom model button to save your changes.
Once you click on the Delete menu, you will be able to delete your model from LLM Labs. Confirm the deletion by clicking the Delete custom model button.