Skip to content
Art2link ESB HomeDocumentationBlogContact
Updated August 21, 2026
Install & deploy/AI deployment options

AI deployment options

The deployment wizard asks one question about AI, and it asks it once. Private AI puts the model inside your own subscription, Managed AI borrows ours, and No AI leaves the installation without any AI at all.

The question is about where the AI Accelerator gets its model from, not about whether the Accelerator is worth having. Two of the three answers give you a working Accelerator; they differ in whose infrastructure runs it, whose network the prompt travels through, and whose bill the tokens land on. The third answer gives you no Accelerator, on purpose.

Read the whole page before you run the wizard. This setting is fixed for the life of the installation, so it is not a decision you can revisit once the environment is up.

Private AI YOUR SUBSCRIPTION Model deployed in your own Azure subscription. Interactions never leave your network. Model capacity is billed on your Azure bill. Foundry quota required before you install. No interaction cap. For organizations that want the Accelerator without the egress. Managed AI HOSTED BY US Nothing provisioned in your subscription. Calls the Accelerator hosted by Cerebrum City. 20 interactions or 1 million tokens, first one reached. Stateless. No memory, and no session sees another. More tokens can be bought. For subscriptions that cannot provision model capacity. No AI NOT PROVISIONED No AI infrastructure is created anywhere. No hosted Accelerator is referenced or reachable. The AI Accelerator is unavailable here. Nothing to bill, no quota to arrange. Runtime is unaffected. For production environments where nothing is built.
The three options
Option What gets provisioned Where an interaction goes Who is billed
Private AI A model instance in your own Azure subscription Stays inside your network You, on your Azure bill
Managed AI Nothing Out to the Accelerator hosted by Cerebrum City Included up to the cap, then per token
No AI Nothing Nowhere. There is no Accelerator to call. Nobody
!
The choice is fixed at install. It is made in the deployment wizard and it stays that way for the life of the installation, so an environment installed with No AI never gains an Accelerator, and a Managed AI installation does not later become a Private AI one. If there is any chance an environment will need the Accelerator, do not install it with No AI.

Private AI creates a new instance of the model inside your Azure subscription, alongside the rest of the installation. From then on, everything you type into the AI Accelerator is answered by that instance. The prompt, the artifacts it generates, and anything you paste into the chat stay within your own network boundary.

Because the model is yours, its consumption is yours too. Token usage appears on your Azure bill under your own subscription rather than being metered by Cerebrum City, and there is no interaction cap: what you can use is what you are willing to pay Azure for.

Private AI at a glance
SettingValue
Model locationYour Azure subscription, in the deployment region
Network boundaryInteractions do not leave your network
Interaction limitNone
Token limitNone beyond your own model capacity
BillingYour Azure bill
PrerequisiteFoundry quota in place before the install, see Azure quota requirements
i
This is the option with homework. It is the only one that needs Azure capacity arranged in advance, and a missing model quota or an already claimed free search slot will stop the install rather than degrade it. Clear the quota first, then run the wizard.
Pick Private AI when the organization wants the AI Accelerator but does not want prompts crossing its network boundary. That is the whole reason this option exists.

Managed AI provisions no AI infrastructure in your subscription at all. Instead the installation calls the AI Accelerator hosted by Cerebrum City. There is nothing for you to size, nothing to bill, and no quota to request, which is the point: the option exists for subscriptions that cannot provision model capacity of their own, student and trial subscriptions in particular.

What you give up is capacity and continuity. The allowance is small and it is counted per installation, not per user, so everybody working in that installation draws from the same pool.

Managed AI at a glance
SettingValue
Model locationHosted by Cerebrum City
Network boundaryPrompts leave your network to reach the hosted Accelerator
Interaction limit20 per installation
Token limit1 million per installation
Which limit appliesWhichever is reached first
Counted perInstallation, shared by everyone using it
Beyond the allowanceAdditional tokens can be purchased
MemoryNone. The hosted Accelerator is stateless.
Provisioned in your subscriptionNothing
i
Stateless means every message starts from nothing. The hosted Accelerator remembers no earlier message, and no session is aware of any other session. You cannot say "now change the field I mentioned earlier" and expect it to know what you meant. Put the whole request in one prompt, including the context a private instance would have carried for you, and treat each answer as final rather than as a step in a conversation.
!
Managed AI is not a production choice. Twenty interactions is enough to learn what the Accelerator does and to build a handful of artifacts. It is not enough to develop against, and prompts crossing to a hosted service is the opposite of what Private AI is for. If the organization has model quota, use Private AI.

No AI turns the AI off for that installation completely. No model instance is created in your subscription, and no hosted Accelerator is referenced or reachable either, so this is not a quieter version of Managed AI. There is simply no AI in the environment.

What this removes is the authoring assistant, not any runtime capability. Pipelines, pipeline components, custom functions, and maps that were built elsewhere run exactly as they do anywhere else, because the Accelerator only ever helped you write them. The usual pattern is to develop in an environment that has the Accelerator and to run the result in one that does not.

No AI at a glance
SettingValue
Model locationNone
Hosted AcceleratorNot referenced, not accessible
AI Accelerator availabilityUnavailable in this installation
Provisioned in your subscriptionNothing
BillingNone
Effect on running flowsNone. Existing artifacts behave identically.
Pick No AI for a production environment where no development work happens. It is also the cleanest answer to give a reviewer who asks what AI the production environment has access to.

Private AI YOUR NETWORK Art2link ESB Model instance yours, in your subscription Nothing crosses the boundary. Managed AI YOUR NETWORK Art2link ESB Cerebrum City hosted Accelerator The prompt leaves your network. No AI YOUR NETWORK Art2link ESB no model, no route out There is nothing to call.
Start from what the environment is for
If this environmentChoose
Is where integrations get built, and the organization has model quotaPrivate AI
Must keep every prompt inside its own networkPrivate AI
Is a student, trial or evaluation subscription with no model quotaManaged AI
Only needs to show what the Accelerator can doManaged AI
Runs production traffic and hosts no developmentNo AI
Must be able to state that it reaches no AI serviceNo AI
i
Different installations can answer this differently. A common shape is Private AI where the work is done and No AI in production, which keeps the Accelerator next to the people building artifacts and keeps it out of the environment carrying live traffic.

Decided before you install

Private AI for the network boundary, Managed AI for a subscription without quota, No AI for production. If you chose Private AI, clear the model quota first in Azure quota requirements, then continue to Azure marketplace deployment. What the Accelerator does with the model once it is there is covered in AI Accelerator.