> For the complete documentation index, see [llms.txt](https://docs.forefront.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.forefront.ai/features/export-models.md).

# Export models

Once a fine-tuned model has completed training, you'll be able to export the model weights so that you can run the model on your own.

## How to export a model

To export a model:

* Click on the "Fine-tune" button in the sidebar
* Click on the fine-tuned model that you would like to export
* In the top-right, click the menu dropdown and select "Export Model" as shown below. We will send you an email (if one is provided) when the export job is complete.

![](/files/6HMuUjCTHTOwKdwihkTd)&#x20;

If you've already exported a model, you will instead see a "Get download link" button.![](/files/xC48dFhkrqegqdSwnsfM)

## Run an exported model with vLLM

Here is a [Colab notebook](https://colab.research.google.com/drive/1wRJPje7PkhjXsGHcxCfiWnbfOOGfLId4?usp=sharing) that shows how to download and run an exported model with [vLLM](https://docs.vllm.ai).


---

# 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.forefront.ai/features/export-models.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.
