---
title: "Importing a Model File"
slug: "importing-a-model-file"
updated: 2024-09-26T18:13:50Z
published: 2024-09-26T18:13:50Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ai-op.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Importing a Model File

Now that we have created all of the tags we need, it’s time to import a model file.

### Training a Model

For the sake of this guide Ai-OPs is assuming that you already have a trained model, and it has been converted into a `.tflite` file. For more information on common model use cases, visit our [model types](/v1/docs/models-1) section.

### Running a Koios Model

Follow along in our `Koios - User Guide` pages to learn how to create and enable a model:

1. [Creating a Model](/v1/docs/creating-a-model)
2. [Managing Model Files](/v1/docs/model-files)
3. [Assigning Bindings](/v1/docs/assigning-bindings)
4. [Enabling a Model](/v1/docs/enabling-a-model)

### What’s Next?

In the next section, we will discuss some best practices when running a Koios model.
