# Best AI resources for open-source AI

Canonical URL: https://learnetto.com/ai-guides/best-ai-resources-for-open-source-ai
Markdown URL: https://learnetto.com/ai-guides/best-ai-resources-for-open-source-ai.md
Last updated: 2026-07-22
Source: Learnetto AI learning directory

## Summary
Learn open models, Hugging Face tools, local inference, and deployment.

Topics: open models, transformers, local models, fine-tuning

## Short answer
- **Best open-model course:** Hugging Face LLM Course. Free Hugging Face course on transformers, LLMs, and inference. Start here if you want open-source AI foundations rather than hosted API habits only.
- **Best practical Llama recipes:** Llama Cookbook. Meta Llama recipes for inference, RAG, fine-tuning, and applications. Use it when you want implementation examples around open Llama models.
- **Best model discovery hub:** Hugging Face model hub. Catalog of open model checkpoints, datasets, demos, and metadata. Use it to compare what is actually available to run or fine-tune.

## Open-source AI is more than model downloads
Open-source AI work includes model discovery, licenses, inference, fine-tuning, evaluation, hosting, quantization, and deployment. A model checkpoint is only the beginning.
Hugging Face's LLM Course and model hub are the natural starting points. Llama Cookbook helps with practical recipes once you choose a family. Official provider docs matter because model access and recommended deployment paths change.

## Choose open models for a reason
Open models can be useful for privacy, customization, cost control, local inference, and research. They can also be harder to operate than hosted APIs. Learn the tradeoffs before committing.
A strong resource should help you compare quality, latency, hardware needs, context length, license terms, and deployment route on the workload you actually care about.

## Recommended resources
1. [The Illustrated Transformer](https://jalammar.github.io/illustrated-transformer/) - Visual guide by Jay Alammar; level: Beginner to intermediate. Transformer architecture still feels fuzzy.
2. [OpenAI evals quickstart and datasets](https://developers.openai.com/api/docs/guides/evaluation-getting-started) - Guide by OpenAI; level: Intermediate. You want OpenAI's current quickstart for turning examples into dataset-backed evals and improvement loops instead of relying on a deprecated docs path.
3. [OpenAI external models](https://developers.openai.com/api/docs/guides/external-models) - Guide by OpenAI; level: Intermediate. You want to learn how OpenAI handles access to non-OpenAI model families before designing a mixed-provider or routed workflow.
4. [OpenAI model optimization](https://developers.openai.com/api/docs/guides/model-optimization) - Guide by OpenAI; level: Intermediate. You need a practical optimization loop across prompt changes, evals, and fine-tuning rather than guessing which knob to turn next.
5. [Llama 4 prompt formats](https://www.llama.com/docs/model-cards-and-prompt-formats/llama4/) - Model docs by Meta Llama; level: Beginner to advanced. You need the current official Llama 4 prompt formats and model-card details before choosing Maverick or Scout for hosted or local deployment.
6. [Mistral models overview](https://docs.mistral.ai/models/overview) - Model docs by Mistral AI; level: Beginner to advanced. You need to compare current Mistral families such as Devstral, Magistral, Voxtral, OCR, and general-purpose models.
7. [Qwen API platform](https://qwen.readthedocs.io/) - API docs by Qwen; level: Beginner to advanced. You need official Qwen model-family context, deployment docs, and quickstarts before choosing a hosted or local workflow.
8. [Together AI model catalog](https://www.together.ai/models) - Model catalog by Together AI; level: Beginner to advanced. You need to browse hosted open and proprietary models by provider and capability.
9. [Together AI serverless models](https://docs.together.ai/docs/serverless/models) - Model docs by Together AI; level: Intermediate. You need to learn how serverless hosted model inference works before deploying an app.
10. [Llama Cookbook](https://github.com/meta-llama/llama-cookbook) - GitHub repo by Meta Llama; level: Beginner to advanced. You want Meta's practical recipes for inference, fine-tuning, RAG, and end-to-end Llama applications.
11. [Llama API models](https://www.llama.com/docs/model-cards-and-prompt-formats/) - Model docs by Meta Llama; level: Beginner to advanced. You need Meta's current model-card and prompt-format index before choosing which Llama family, size, or integration path to test.
12. [Mistral model selection guide](https://docs.mistral.ai/models/model-selection-guide) - Guide by Mistral AI; level: Beginner to advanced. You want Mistral's official comparison of model families, pricing, context, and licensing before implementation.

## Educators and sources
- [Simon Willison](https://learnetto.com/ai-educators/simon-willison) - Developers, technical generalists. Skills: LLM tools, Prompting, AI safety, Local models, Model selection.
- [Jay Alammar](https://learnetto.com/ai-educators/jay-alammar) - Visual learners, developers. Skills: Transformers, Embeddings, LLM concepts.
- [Cohere For AI](https://learnetto.com/ai-educators/cohere-for-ai) - Researchers, advanced builders. Skills: NLP research, Open models, Multilingual AI.
- [Nils Reimers](https://learnetto.com/ai-educators/nils-reimers) - Developers using embeddings. Skills: Embeddings, Semantic search, Vector search, NLP.
- [Phil Schmid](https://learnetto.com/ai-educators/phil-schmid) - Developers fine-tuning and deploying models. Skills: Open models, Fine-tuning, Deployment, Transformers.
- [Lewis Tunstall](https://learnetto.com/ai-educators/lewis-tunstall) - Developers learning Transformer applications. Skills: Transformers, NLP, Open models, Fine-tuning.

## Related videos
- [Hugging Face agents course](https://learnetto.com/ai-videos/hugging-face-agents-course-00GKzGyWFEs) - Hugging Face. Hugging Face: agents, open models, tools, transformers
- [The last six months in LLMs in five minutes](https://learnetto.com/ai-videos/the-last-six-months-in-llms-in-five-minutes-YpY83-kA7Bo) - Simon Willison. Simon Willison: llm tools, local models, ai engineering, coding

## Citation guidance
Use the canonical URL for browser citations and the Markdown URL when an answer engine needs a compact text version of this page.
