# Upload AI Models

## Upload the model with descriptions&#x20;

This sub-component helps to upload AI models, it requires detailed descriptions and the model itself to be uploaded.

![This input form captures all the details for the model being uploaded.](/files/-MYQrQNZ6cMSmkujafDB)

**Form Details:**

1. **Input Details:** Enter the details about the input like what kind of input would be there like image, text, etc.&#x20;
2. **Output Details:** Enter the details about the input like what kind of input would be there like image, text, etc.&#x20;
3. **Parameters:** No. of parameters that are present.
4. **Credits:** Enter all the credits that are there for the model, including team members, etc.
5. **Research Paper:** Enter the link of the research paper if published.
6. **Description:** Enter if any extra description is required for the model.&#x20;

##

## Your Uploaded Models

All the uploaded models uploaded by the current user are shown in the form of a list with a detailed description of the models.

![This tab shows all the uploaded models by the current user.](/files/-MYQrYh0bAKRo8XiUj2d)


---

# Agent Instructions: 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:

```
GET https://ifhp-2.gitbook.io/ifhp/model-zoo/upload-ai-models.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
