> For the complete documentation index, see [llms.txt](https://docs.forefront.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.forefront.ai/get-started/models.md).

# Models

The Forefront platform offers various open-source models at different sizes and price points. You can customize these models to your specific use case with [fine-tuning](https://platform.openai.com/docs/guides/fine-tuning).

<table data-full-width="true"><thead><tr><th width="274">Model</th><th>Creator</th><th>License</th><th width="158">Parameters</th><th>Context length</th></tr></thead><tbody><tr><td>Phi-2</td><td>Microsoft</td><td>MIT</td><td>3 billion</td><td>4096</td></tr><tr><td>Mistral-7B</td><td>Mistral</td><td>Apache 2.0</td><td>7 billion</td><td>4096</td></tr><tr><td>Mixtral-7Bx8 (coming soon)</td><td>Mistral</td><td>Apache 2.0</td><td>46.7 billion</td><td>4096</td></tr></tbody></table>

{% hint style="info" %}
Our team is constantly working to provide the latest open-source models. Don't see a model you want? [Let us know.](mailto:support@forefront.ai)
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.forefront.ai/get-started/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.
