Best local AI models for AMD R7 M365X
1 GB GDDR5. At a 4k context, 28 of the 233 models in our catalog with verified parameter counts fit fully, up to Tango 2 at 1.4B parameters.
Check your own machine against every model →The largest models that fit fully
The 28 largest of the 28 models that fit; every smaller model in the catalog fits too. Best quant means the highest quality compression whose weights and 4k context both sit inside the memory.
| Model | Parameters | Best quant that fits | Memory used at 4k |
|---|---|---|---|
| Tango 2 | 1.4B | Q4_K_M | 1 GB |
| TinyLlama 1.1B | 1.1B | Q5_K_M | 0.9 GB |
| SantaCoder 1.1B | 1.1B | Q5_K_M | 0.9 GB |
| Stable Audio Open 1.0 / small | 1.1B | Q5_K_M | 0.9 GB |
| Gemma 3 1B | 1B | Q6_K | 1 GB |
| Llama 3.2 1B / 3B | 1B | Q6_K | 1 GB |
| MMS (1100+ languages) | 1B | Q6_K | 1 GB |
| CSM-1B | 1B | Q6_K | 1 GB |
| IndexTTS 2 | 1B | Q6_K | 1 GB |
| DiffRhythm | 1B | Q6_K | 1 GB |
| Stable Diffusion 2.1 | 0.9B | Q6_K | 0.9 GB |
| Bark | 0.9B | Q6_K | 0.9 GB |
| Tortoise TTS | 0.9B | Q6_K | 0.9 GB |
| Riffusion (SD-based) | 0.9B | Q6_K | 0.9 GB |
| Magenta RT | 0.8B | Q8_0 | 1 GB |
| Florence-2 base/large | 0.77B | Q8_0 | 1 GB |
| Qwen3 0.6B | 0.6B | Q8_0 | 0.8 GB |
| PixArt-α / PixArt-Σ | 0.6B | Q8_0 | 0.8 GB |
| Parakeet TDT 0.6B v2 | 0.6B | Q8_0 | 0.8 GB |
| XTTS v2 | 0.5B | Q8_0 | 0.6 GB |
| Spark-TTS | 0.5B | Q8_0 | 0.6 GB |
| CosyVoice 2 | 0.5B | Q8_0 | 0.6 GB |
| VALL-E X (unofficial) | 0.4B | FP16 | 1 GB |
| ERNIE 4.5 open weights | 0.3B | FP16 | 0.7 GB |
| F5-TTS | 0.3B | FP16 | 0.7 GB |
| E2-TTS | 0.3B | FP16 | 0.7 GB |
| ChatTTS | 0.3B | FP16 | 0.7 GB |
| StyleTTS 2 | 0.15B | FP16 | 0.4 GB |
Close, but only with CPU offload
These need more than the card holds at their smallest practical quant, so part of the model runs from system memory (figures assume 32 GB of it). They work, several times slower.
| Model | Parameters | Memory at FP8 / optimized | System RAM at 4k |
|---|---|---|---|
| Stable Diffusion 1.5 | 1.07B | 1.3 GB needed | 3.3 GB |
| ControlNet / T2I-Adapter / IP-Adapter | 1.5B | 1.1 GB needed | 3.1 GB |
| Hunyuan-DiT | 1.5B | 1.1 GB needed | 3.1 GB |
| Stable Video Diffusion | 1.5B | 1.1 GB needed | 3.1 GB |
| Whisper Large v2 / turbo | 1.5B | 1.1 GB needed | 3.1 GB |
| AudioGen | 1.5B | 1.1 GB needed | 3.1 GB |
| AudioLDM 2 | 1.5B | 1.1 GB needed | 3.1 GB |
| Whisper Large v3 | 1.55B | 1.3 GB needed | 3.3 GB |
| StableLM 2 1.6B | 1.6B | 1.2 GB needed | 3.2 GB |
| Sana 0.6B / 1.6B | 1.6B | 1.2 GB needed | 3.2 GB |
How to read this
The AMD Radeon R7 M365X is an entry level mobile graphics card equipped with 1 GB of GDDR5 video memory. This hardware memory size is the absolute limit for running local AI models entirely on your GPU. To load and run a model successfully without system slowdowns, the model files and active processing data must fit within this 1 GB boundary.
To make models fit this compact memory space, developers use quantization. The quant column shows the specific compression level needed to run each model. For example, Tango 2 at 1.4B parameters requires a Q4_K_M quantization to fit exactly 1 GB of video memory. Smaller models like Qwen3 0.6B can run at Q8_0 quantization using 0.8 GB of video memory, while very small models like StyleTTS 2 at 0.15B can run uncompressed at FP16 using 0.4 GB of video memory.
When a model exceeds the local 1 GB video memory, you must use CPU offload. This method splits the workload between your GPU and your system RAM. We assume your computer has 32 GB of system RAM for these scenarios. For example, running Stable Diffusion 1.5 requires 1.3 GB of video memory at FP8 and also needs 3.3 GB of system RAM. CPU offload allows you to run larger tools like Whisper Large v3 or StableLM 2 1.6B, but processing speeds will be much slower than running fully on the GPU.
Running text models on this hardware comes with a strict context limit caveat. The memory figures listed are calculated for short interactions. If you increase the context window to 4k tokens, the active memory usage will grow quickly. This extra data can easily overflow your 1 GB video memory and force the system to slow down.
By selecting the correct quantization level, you can run diverse local AI tasks on your AMD R7 M365X. You can run text generation with TinyLlama 1.1B at Q5_K_M or Llama 3.2 1B at Q6_K. For audio and speech, you can use Bark at Q6_K or F5-TTS at FP16. Image generation is also possible using PixArt-α at Q8_0 or Stable Diffusion 2.1 at Q6_K.