> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cognigy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Global Large Language Models

<a href="/release-notes/4.97"><Badge className="version-badge" color="blue">Updated in 4.97</Badge></a>

*Global Large Language Models* (Global LLMs) are [LLMs](/ai/agents/develop/gen-ai-and-llms/llms) at [organization level](/ai/administer/access/admin-center/global-resources/overview) that you can assign to and share across different Projects in your organization.

## Restrictions

* Global LLMs don't support [LLM fallback](/ai/agents/develop/gen-ai-and-llms/fallback).
* Global LLMs can't be set as a [default model](/ai/agents/develop/gen-ai-and-llms/other-operations).
* Global LLMs can't be cloned.

## Working with Global LLMs

<Tabs>
  <Tab title="GUI">
    You can view, create, edit, and delete global LLMs in the [Admin Center](/ai/administer/access/admin-center/global-resources/overview) under **Resources > LLMs** as well as copy their Reference ID.

    To assign a global LLM to a Project, go to the global LLM page, click <img src="https://mintcdn.com/cognigy-15abf2ba/FQ3zXISbl1jRGkQS/_assets/icons/black-and-white/assign.svg?fit=max&auto=format&n=FQ3zXISbl1jRGkQS&q=85&s=2d4947d4864a387d666d97a869056bb2" alt="assign" width="20" height="20" data-path="_assets/icons/black-and-white/assign.svg" /> or <img src="https://mintcdn.com/cognigy-15abf2ba/I0ba9I1paCAUpGLP/_assets/icons/black-and-white/edit-assign.svg?fit=max&auto=format&n=I0ba9I1paCAUpGLP&q=85&s=5e11e25b0443c797e608e14d16aea432" alt="edit-assign" width="20" height="20" data-path="_assets/icons/black-and-white/edit-assign.svg" /> in the **Assigned Projects** section, and select the Project.

    You can also view global LLMs in **Build > LLMs** and edit their settings.
  </Tab>

  <Tab title="API">
    You can view, create, delete, and edit global LLMs using the [Cognigy.AI API](https://api-trial.cognigy.ai/openapi#tag--LargeLanguageModels-v2.0). To do so, set the `resourceLevel` parameter to `organisation` in the JSON body.
  </Tab>
</Tabs>
