# Models

Models are the actual source of the intelligence. A model generally refers to both the type of model (such as GPT), the provider of the model (such as Azure), and the specific variant (such as gpt-5.2). The models available on the Scorable platform consist of:

* Proprietary and hosted open-source models accessible via API. These models can be accessed via your API key or the Scorable platform key (with corresponding billing responsibilities).
* Open-source models provided by Scorable.
* Models added by your organization. See the [Cookbook page](/concepts-and-examples/cookbooks/connect-a-model.md) for model details.

## Control & Compliance

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

Some model providers are GDPR-compliant, ensuring data processing meets the *General Data Protection Regulation* requirements. However, please note that GDPR compliance by the provider does not necessarily mean that data is processed within the EU.

Organization admin can control the API keys and restrict access to a specific subset of models.


---

# 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.scorable.ai/concepts-and-examples/usage/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.
