# MODELS

- [Foundation Models](https://training.continuumlabs.ai/models/foundation-models.md): Continuum AI Driven Modules
- [The leaderboard](https://training.continuumlabs.ai/models/foundation-models/the-leaderboard.md)
- [Foundation Models](https://training.continuumlabs.ai/models/foundation-models/foundation-models.md): Training Foundation Models
- [LLama 2 - Analysis](https://training.continuumlabs.ai/models/foundation-models/llama-2-analysis.md): Meta introduced Llama 2 during June 2023
- [Analysis of Llama 3](https://training.continuumlabs.ai/models/foundation-models/analysis-of-llama-3.md)
- [Llama 3.1 series](https://training.continuumlabs.ai/models/foundation-models/llama-3.1-series.md)
- [Google Gemini 1.5](https://training.continuumlabs.ai/models/foundation-models/google-gemini-1.5.md)
- [Platypus: Quick, Cheap, and Powerful Refinement of LLMs](https://training.continuumlabs.ai/models/foundation-models/platypus-quick-cheap-and-powerful-refinement-of-llms.md)
- [Mixtral of Experts](https://training.continuumlabs.ai/models/foundation-models/mixtral-of-experts.md)
- [Mixture-of-Agents (MoA)](https://training.continuumlabs.ai/models/foundation-models/mixture-of-agents-moa.md)
- [Phi 1.5](https://training.continuumlabs.ai/models/foundation-models/phi-1.5.md): The Diminutive Giant: How the Phi Model is Revolutionising AI Accessibility
- [Refining the Art of AI Training: A Deep Dive into Phi 1.5's Innovative Approach](https://training.continuumlabs.ai/models/foundation-models/phi-1.5/refining-the-art-of-ai-training-a-deep-dive-into-phi-1.5s-innovative-approach.md): A long list of lessons, tips and tricks from the team that bought us Phi
- [Phi 2.0](https://training.continuumlabs.ai/models/foundation-models/phi-2.0.md): Microsoft's small but powerful transformer model
- [Phi-3 Technical Report](https://training.continuumlabs.ai/models/foundation-models/phi-3-technical-report.md): A Highly Capable Language Model Locally on Your Phone


---

# 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://training.continuumlabs.ai/models.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.
