> For the complete documentation index, see [llms.txt](https://docs.unifize.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.unifize.com/release-notes/february-2026/custom-llm-configuration.md).

# Custom LLM Configuration

### Introduction

This release introduces Custom LLM Configuration in Unifize.

Organizations can now explicitly configure how AI behaves across structured workflows, including prompt governance and model selection. This improves consistency, auditability, and execution control when using AI within checklist-based fields.

AI behavior is no longer dependent on implicit defaults. It is now governed through defined configuration at the organization level.

### Release Capabilities

1. #### Organization-Level System Prompt
   1. Admins can define a System Prompt for the organization.
   2. The System Prompt applies across AI-enabled fields.
   3. Changes are effective for new executions.
   4. Access is restricted to authorized administrators.
2. #### Model Selection
   1. Organizations can select which AI model is used for execution.
   2. Model selection is explicit and configurable.
   3. Switching models does not change governance or field-level controls.
3. #### Structured AI Execution
   1. AI is triggered only within defined AI-powered checklist fields.
   2. Output is returned in structured format aligned to Unifize schemas.
   3. AI execution is scoped to the record and field context.
   4. AI remains assistive — user validation is required before applying outputs.
4. #### Deterministic Configuration Behavior
   1. AI behavior is governed by explicit configuration.
   2. Prompt precedence is enforced.
   3. No hidden or implicit AI instructions are applied.
   4. Configuration changes are traceable.

### Supported Model Providers

Unifize supports integration with a broad ecosystem of AI model providers. This enables flexibility across cloud, enterprise, hosted, and private model deployments.

Supported providers include:

Enterprise & Foundation Model Providers

* OpenAI
* Anthropic
* Azure OpenAI / Azure AI
* AWS Bedrock
* AWS Sagemaker
* Google Vertex AI
* Google Gemini (AI Studio)
* Cohere
* Mistral
* Groq
* NVIDIA NIM
* IBM Watsonx
* HuggingFace
* Databricks
* Snowflake
* Together AI
* Replicate
* Perplexity
* xAI

Additional Platforms & Model Hosts

* DeepSeek
* DeepInfra
* Fireworks AI
* ElevenLabs
* AssemblyAI
* Meta Llama API
* Ollama / Ollama Chat
* OpenRouter
* Vercel AI Gateway
* SambaNova
* Predibase
* Novita AI
* Nscale
* Lambda AI
* Cloudflare AI Workers
* GitHub Models
* GitHub Copilot
* Watsonx Text
* Voyage AI
* Volcengine
* Triton
* VLLM / Hosted VLLM

This allows organizations to use approved vendors, regional deployments, or private model infrastructure without redesigning workflows.

### Before vs After

| Before                                                  | After                                                                 |
| ------------------------------------------------------- | --------------------------------------------------------------------- |
| AI behavior relied on implicit or static configuration. | AI behavior is governed by explicit organization-level configuration. |
| Limited visibility into how prompts were applied.       | Clear System Prompt control and precedence.                           |
| Model flexibility constrained.                          | Explicit model selection supported.                                   |
| AI execution behavior is harder to audit.               | Configuration-driven and traceable execution.                         |

\
\ <br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.unifize.com/release-notes/february-2026/custom-llm-configuration.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.
