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

# Upload Vision Model • AI Agents Framework

> UploadVisionModel: Class reference for UploadVisionModel

# UploadVisionModel

> Defined in the [**Upload Vision**](../modules/upload_vision) module.

<Badge color="purple">AI Agents Framework</Badge>

## Constructor

<ParamField query="config_path" type="Any" required={false} default="'config.yaml'">
  No description available.
</ParamField>

## Methods

<CardGroup cols={2}>
  <Card title="load_config()" icon="function" href="../functions/UploadVisionModel-load_config">
    Load configuration from yaml file.
  </Card>

  <Card title="prepare_model()" icon="function" href="../functions/UploadVisionModel-prepare_model">
    Load the trained model for uploading.
  </Card>

  <Card title="save_model_merged()" icon="function" href="../functions/UploadVisionModel-save_model_merged">
    Save merged model to Hugging Face Hub.
  </Card>

  <Card title="push_model_gguf()" icon="function" href="../functions/UploadVisionModel-push_model_gguf">
    Push model in GGUF format to Hugging Face Hub.
  </Card>

  <Card title="prepare_modelfile_content()" icon="function" href="../functions/UploadVisionModel-prepare_modelfile_content">
    Prepare Ollama modelfile content using Llama 3.2 vision template.
  </Card>

  <Card title="create_and_push_ollama_model()" icon="function" href="../functions/UploadVisionModel-create_and_push_ollama_model">
    Create and push model to Ollama.
  </Card>

  <Card title="upload()" icon="function" href="../functions/UploadVisionModel-upload">
    Upload the model to specified targets.
  </Card>
</CardGroup>

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai/praisonai/upload_vision.py#L15">
  `praisonai/upload_vision.py` at line 15
</Card>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Multimodal" icon="eye" href="/docs/features/multimodal" />
</CardGroup>
