AI learning guide

Best AI resources for local models

Run open models locally and understand inference, privacy, and tradeoffs.

Best discovery hub: Hugging Face model hub. Hugging Face catalog for open model checkpoints, datasets, and demos. Start here when comparing open models and practical availability.

Best Llama primary source: Llama API models. Official Meta Llama documentation. Use it for access, deployment, integrations, and model-family details.

Best fast Qwen start: Qwen quickstart. Official Qwen deployment quickstart. Use it when you want a practical route into running Qwen models locally or hosted.

Local models are about tradeoffs

Running models locally can help with privacy, control, latency, offline work, and experimentation. It can also create hardware limits, weaker quality, operational burden, and confusing setup.

Start with Hugging Face to discover models, then use official Llama or Qwen docs when you want to run or deploy a specific family. Treat model cards and licenses as part of the learning material.

Test the actual workload

A local model that looks good in a chat demo may fail at extraction, coding, multilingual work, or long-context retrieval. Choose a resource that teaches you how to test your own tasks, not only install a model.

Pay attention to quantization, context length, memory, inference speed, tool support, and hosting route. Those practical constraints decide whether local AI is useful for your case.

Recommended courses and resources

  1. Llama API models

    Model docs · Meta Llama · Beginner to advanced

    You need the current official Llama model catalog, capability summaries, and API access route before choosing hosted or local deployment.

  2. Mistral models overview

    Model docs · Mistral AI · Beginner to advanced

    You need to compare current Mistral families such as Devstral, Magistral, Voxtral, OCR, and general-purpose models.

  3. Qwen API platform

    API docs · Qwen · Beginner to advanced

    You need official Qwen model-family context, deployment docs, and quickstarts before choosing a hosted or local workflow.

  4. Together AI model catalog

    Model catalog · Together AI · Beginner to advanced

    You need to browse hosted open and proprietary models by provider and capability.

  5. Together AI serverless models

    Model docs · Together AI · Intermediate

    You need to learn how serverless hosted model inference works before deploying an app.

Roll a learning mission

Pick one small move from this guide instead of opening ten tabs.

About this guide

Author: Learnetto Editorial Team. Learnetto maintains this AI learning directory by organizing public course pages, official documentation, educator material, and practical learning resources.

How it is made: Learnetto uses public course pages, official documentation, educator material, and directory data to compile these recommendations. AI may help draft and organize the page, but recommendations are checked against the listed sources, page topic, and learner intent.

Review policy: We only add a named personal reviewer when that person has substantially reviewed the page. Until then, the page is attributed to Learnetto rather than a founder, editor, or individual expert.

Last updated: June 18, 2026. Suggest a correction if a course, doc, or recommendation is outdated.

Videos to watch

Hugging Face agents course video thumbnail

Hugging Face agents course

Hugging Face

The last six months in LLMs in five minutes video thumbnail

The last six months in LLMs in five minutes

Simon Willison

Educators and sources

Educator / source Best for Skills Start with
Developers, technical generalists LLM tools, Prompting, AI safety, Local models, Model selection Read the recent model-roundup posts, then try the llm command-line tool with two or three different providers.
Researchers, advanced builders NLP research, Open models, Multilingual AI Browse research posts and community programs.
Developers fine-tuning and deploying models Open models, Fine-tuning, Deployment, Transformers Pick one fine-tuning or inference guide and reproduce it end to end.
Developers learning Transformer applications Transformers, NLP, Open models, Fine-tuning Use the book notebooks alongside the Hugging Face course.

Resources

Llama API models

Model docs · Meta Llama · Beginner to advanced

You need the current official Llama model catalog, capability summaries, and API access route before choosing hosted or local deployment.

Mistral models overview

Model docs · Mistral AI · Beginner to advanced

You need to compare current Mistral families such as Devstral, Magistral, Voxtral, OCR, and general-purpose models.

Qwen API platform

API docs · Qwen · Beginner to advanced

You need official Qwen model-family context, deployment docs, and quickstarts before choosing a hosted or local workflow.

Together AI model catalog

Model catalog · Together AI · Beginner to advanced

You need to browse hosted open and proprietary models by provider and capability.

Together AI serverless models

Model docs · Together AI · Intermediate

You need to learn how serverless hosted model inference works before deploying an app.

Llama Cookbook

GitHub repo · Meta Llama · Beginner to advanced

You want Meta's practical recipes for inference, fine-tuning, RAG, and end-to-end Llama applications.

Mistral model selection guide

Guide · Mistral AI · Beginner to advanced

You want Mistral's official comparison of model families, pricing, context, and licensing before implementation.

Qwen quickstart

Quickstart · Qwen · Beginner to intermediate

You want the fastest official route into running Qwen3 with Hugging Face, vLLM, or SGLang.

Hugging Face model hub

Model catalog · Hugging Face · Beginner to advanced

You need to discover, compare, and run open model checkpoints, datasets, and demos.

Hugging Face Agents Course

Free course · Hugging Face · Beginner to intermediate

You want a hands-on agent course that uses open-source tools.

Hugging Face LLM Course

Free course · Hugging Face · Beginner to intermediate

You need the Transformer, LLM, and inference basics behind many AI apps.

Hugging Face smol-course

Free course · Hugging Face · Intermediate

You want a current structured course on instruction tuning, fine-tuning, and evaluation around compact open models.

Simon Willison on LLMs

Blog · Simon Willison · Beginner to advanced

Use this when you want Simon Willison's material for llm tools and related AI skills.

Cohere For AI

Research · Cohere For AI · Advanced

Use this when you want Cohere For AI's material for nlp research and related AI skills.

Hugging Face LLM tutorials

Tutorials · Phil Schmid · Intermediate to advanced

Use this when you want Phil Schmid's material for open models and related AI skills.