# File storage

## Concept

<figure><img src="/files/7Yi6vyd7SnNXeyZdXE7z" alt=""><figcaption></figcaption></figure>

Each project have individual storage it **didn't share** between your projects.

{% hint style="info" %}
The file storage absolute path is `/apps/`

workspace : `/apps/workspace/`

background : `/apps/background/`

api-service : `/apps/api-service/`
{% endhint %}

`background` will contain you spot job and separate by they task\_id.

`workspace` will contain you run job with latest code only.

`api-service` will contain you deploy job with latest code only.

***

### Bandwidth cost

At the moment, It free.

***

### File features

<figure><img src="/files/6eCf1JFXtNjYTrOGCKZd" alt=""><figcaption></figcaption></figure>

#### Preview file

<figure><img src="/files/gtWV7JrcrE3HNxomR9UX" alt=""><figcaption><p>Quick preview when file less than 1 mb.</p></figcaption></figure>

When the file is less than 1 MB, the system will automatically generate a preview for you.&#x20;

However, if the file is larger than 1 MB, you will need to manually continue with the preview.

#### Others

<figure><img src="/files/8CE2gMnatg4IVCZmoMa4" alt=""><figcaption></figcaption></figure>

* Each file can be downloaded via the GUI.
* "Copy to" is used to copy a file between your projects.

***

### Absolute path

The file storage absolute path is `/apps/`&#x20;

workspace : `/apps/workspace/`

background : `/apps/background/`

api-service : `/apps/api-service/`

***

### Share model weight

We have pre-downloaded AI model weights as shown in the table.&#x20;

(Permission is read-only)&#x20;

If you are looking for a new model, please let us know via [Discord](https://discord.gg/j2DVTMjr67).

#### LLM

| Model                 | Absolute path                               | Option                                                            |
| --------------------- | ------------------------------------------- | ----------------------------------------------------------------- |
| Qwen3-4B              | /share\_weights/Qwen3-4B-GGUF/              | <p>Qwen3-4B-Q4\_K\_M.gguf</p><p>Qwen3-4B-Q8\_0.gguf</p>           |
| Qwen3-8B              | /share\_weights/Qwen3-8B-GGUF/              | <p>Qwen3-8B-Q4\_K\_M.gguf</p><p>Qwen3-8B-Q8\_0.gguf</p>           |
| Qwen3-14B             | /share\_weights/Qwen3-14B-GGUF/             | <p>Qwen3-14B-Q4\_K\_M.gguf</p><p>Qwen3-14B-Q8\_0.gguf</p>         |
| Qwen3-32B             | /share\_weights/Qwen3-32B-GGUF/             | <p>Qwen3-32B-Q4\_K\_M.gguf</p><p>Qwen3-32B-Q8\_0.gguf</p>         |
| Qwen3-30B-A3B         | /share\_weights/Qwen3-30B-A3B-GGUF/         | <p>Qwen3-30B-A3B-Q4\_K\_M.gguf</p><p>Qwen3-30B-A3B-Q8\_0.gguf</p> |
| Gemma3-12B            | /share\_weights/Gemma3-12B-GGUF/            | <p>gemma-3-12b-it-q4\_0.gguf</p><p>mmproj-model-f16-12B.gguf</p>  |
| Gemma3-27B            | /share\_weights/Gemma3-27B-GGUF/            | <p>gemma-3-27b-it-q4\_0.gguf</p><p>mmproj-model-f16-27B.gguf</p>  |
| typhoon2.1-gemma3-12b | /share\_weights/typhoon2.1-gemma3-12b-gguf/ | typhoon2.1-gemma3-12b-q4\_k\_m.gguf                               |

#### VLM

| Model          | Absolute path                                 | Option         |
| -------------- | --------------------------------------------- | -------------- |
| Qwen2.5-vl-7B  | /share\_weights/Qwen2.5-VL-7B-Instruct-exl2/  | \*.safetensors |
| Qwen2.5-vl-32B | /share\_weights/Qwen2.5-VL-32B-Instruct-exl2/ | \*.safetensors |
| UI-tars-1.5-7b | /share\_weights/UI-TARS-1.5-7B-exl2/          | \*.safetensors |

#### Embedding

| Model                | Absolute path                              | Option                          |
| -------------------- | ------------------------------------------ | ------------------------------- |
| Bge-m3               | /share\_weights/Bge-m3-GGUF/               | bge-m3-Q8\_0.gguf               |
| Qwen3-Embedding-0.6B | /share\_weights/Qwen3-Embedding-0.6B-GGUF/ | Qwen3-Embedding-0.6B-Q8\_0.gguf |
| Qwen3-Embedding-4B   | /share\_weights/Qwen3-Embedding-4B-GGUF/   | Qwen3-Embedding-4B-Q8\_0.gguf   |
| Qwen3-Embedding-8B   | /share\_weights/Qwen3-Embedding-8B-GGUF/   | Qwen3-Embedding-8B-Q8\_0.gguf   |


---

# 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://docs.float16.cloud/getting-started/serverless-gpu/quick-start/app-features/file-storage.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.
