# Disabling Unsupported Copilot Models

When using VibeSec with Copilot, there are models that are currently not supported. Disable them before you [install OX VibeSec](/vibesec/vibesec.md).

The following Copilot models are currently not supported with the VS Code Copilot Extension:

* Gemini 2.5
* GPT-4

**To disable the unsupported Copilot models:**

1. In the Copilot, go to the organization for which you want to disable the models.

<figure><img src="/files/TSOk1m3coi8t5H4uDKtx" alt="" width="563"><figcaption></figcaption></figure>

2. From the top, select **Settings > Code, planning, and automation > Copilot > Models**.
3. Disable the models that OX VibeSec does not support.

<figure><img src="/files/rei7a9mFidRxEeWMUSdd" alt="" width="563"><figcaption></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.ox.security/vibesec/vibesec/disabling-unsupported-copilot-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.
