# Supported LLMs

Valence supports a number of capable and versatile LLMs out-of-the box. You can use any of these models with the `runLlm` function defined in [Inference API](/build/building-dapps/inference-api.md)

You can find the list below:

<table><thead><tr><th width="201">Model</th><th width="411">Model ID</th></tr></thead><tbody><tr><td>Llama-3-8B-Instruct</td><td><code>meta-llama/Meta-Llama-3-8B-Instruct</code></td></tr><tr><td></td><td></td></tr><tr><td></td><td></td></tr></tbody></table>


---

# 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://docs.vannalabs.ai/build/models/supported-llms.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.
