Importing from Cohere

Cohere allow you to create fine-tunes for all of their standard models. You can currently do this on the Cohere website by selecting a file and uploading it, code isn't required. We are working on building a no-code friendly UX for this directly within Riku but for now, if you have created a fine-tune with Cohere, you can import those models into Riku for your use.

To get started with importing your Cohere fine-tuned models into Riku, you will need to go to the Cohere dashboard which you can get to here. Once you are in the dashboard of Cohere, you can see the ready models. Look for the fine-tuned model which you want to import into Riku.

The top model here is a fine-tune so we will be wanting to get the ID so we can put it into RIku. If we click on API Link, we will see a notification that something has been copied to the clipboard. For this example, my clipboard looks like this - https://production.api.cohere.ai/28a32b25-c0f6-4426-b38e-b6f4463723e7-ft. I want to remove everything up to the .ai/ so I am only interested in this string - 28a32b25-c0f6-4426-b38e-b6f4463723e7-ft. Keep this copied as we will now go to Riku to enter it.

Within Riku, click on your API Settings tab or directly click here. See the Fine-tune Models option and select Cohere from the dropdown and hit the button to load the popup.

Write a name for the fine-tune that you recognize, this is just internal for you and for you to remember what the model does and nothing more. Then take the fine-tune ID that we got previously from Cohere and enter it into the second input. Hit save and you will see a success message.

If you then go to the Playground in Riku and change the technology to Fine-tuned Models you will see that the new fine-tune will appear and you can select it.

There we have it! It is that simple to add an Cohere fine-tune to your RIku account. You can then use that model in the playground, create saved prompts with it and even create public share links for others to use. I hope this guide has been useful!

Last updated