# Requesting Access to the LLaMA Model

Before you can use the LLaMA model, you need to request access to it on the Hugging Face website. Go to the [LLaMA model page on Hugging Face](https://huggingface.co/meta-llama/Llama-3.1-70B-Instruct). Pada bagian You need to to agree to share your contact information to access this model tekan Expand to review and access.

<figure><img src="/files/i6c3JFW5qxdEaDlZO3Q3" alt=""><figcaption><p>LLaMA Model</p></figcaption></figure>

If you have just accessed the LLaMA model page on Hugging Face, then you are asked to agree to share your contact information to access the LLaMA model. Fill in the fields provided completely and press the Submit button.

<figure><img src="/files/G2BY5tCXyRekmM2rFvks" alt=""><figcaption></figcaption></figure>

Your request to access this repository has been submitted and is awaiting review from the repository author. You can check the status of all your access requests in Hugging Face settings and will be redirected to the page [Gated Repos Status](https://huggingface.co/settings/gated-repos).

<figure><img src="/files/EdEHAC9RvgNGlffvel9r" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/UUxFb2zHasR0OQoCVB1t" alt=""><figcaption><p>Accept</p></figcaption></figure>


---

# 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.cloudeka.ai/reference/deployment-llama-3.1-70b-with-vllm-on-kubernetes/requesting-access-to-the-llama-model.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.
