> For the complete documentation index, see [llms.txt](https://docs.riku.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.riku.ai/importing-fine-tunes/introduction-to-fine-tuning/importing-from-openai.md).

# Importing from OpenAI

OpenAI allow you to create fine-tunes for all of their standard models. They don't have a user-friendly way to do this currently and it is only available to be done via code. We are working on building a no-code friendly UX for this and it should be out soon but for now, if you have created a fine-tune with OpenAI, you can import those models into Riku for your use.&#x20;

To get started with importing your OpenAI fine-tuned models into Riku, you will need to go to the OpenAI dashboard which you can get to [here](https://beta.openai.com/playground). Once you are in the Playground of OpenAI, you can click the Engine dropdown to see all of the OpenAI models. If you scroll down to the bottom you will see "Fine-tunes" where you can see all of the fine-tunes that are available in your account.

![](/files/ohx2DAFjAHdX4btpuKcT)

Select the model that you would like to import into Riku and then you will be able to click the view code on the top tool bar. From here, I like to make it so it is showing curl, it might show python by default so you can change this to curl by clicking on that and selecting curl.&#x20;

![](/files/yU2isXxeUdiNdlQBfKMp)

You can see in this example that there is a fine-tuned model and we are interested in copying everything within the quotation marks shown above. Copy this to your clipboard and load up Riku.&#x20;

Within Riku, click on your API Settings tab or directly click [here](https://riku.ai/dashboard/api-settings). See the Fine-tune Models option and select OpenAI from the dropdown and hit the button to load the popup.&#x20;

![](/files/mke0hBI9AYYR1IvkCVQ0)

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 OpenAI and enter it into the second input. Hit save and you will see a success message.&#x20;

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.&#x20;

![](/files/cxFH9VN7FcU5mALwQEyT)

There we have it! It is that simple to add an OpenAI 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!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.riku.ai/importing-fine-tunes/introduction-to-fine-tuning/importing-from-openai.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
