How much an AI agent costs: what determines price and TCO

What makes up the cost of an AI agent: development and integration, production tokens, a security gateway, and support. TCO calculation and a calculator for your case.

  • The agent price and the license price are two different amounts
  • The task class sets the level of complexity
  • TCO components: what the company pays for
  • Tokens: operational cost is calculated in advance

The agent price and the license price are two different amounts

The market answers the question "how much does an AI agent cost" with a range from tens of thousands to tens of millions of rubles. The range honestly reflects the spread of tasks, but you cannot plan a budget from it: it contains four different cost items, each with its own mechanics and payment schedule.

A model subscription or platform license covers only one of these items - inference. The effect appears when the agent is connected to operational systems - 1C, ERP, CRM - operates within the rights of a specific user, and leaves a trace in the operations log. This surrounding infrastructure is paid for separately from the license, and in terms of total cost of ownership it is what determines the final amount: TCO is made up of creation, operation, and risks minus economic benefit - we broke down the formula in the article on TCO for IT projects.

Below is what each cost item consists of, where to get verifiable figures, and what inflates the budget. The cost structure for your configuration is calculated by AI automation calculator: number of processes, automation share, token volume, and inference setup.

The task class sets the level of complexity

The budget is determined by the task class and the scope of work behind it. We do not publish ruble ranges before process analysis: an agent with the same name in different accounting environments requires different levels of integration. The class-based scope of work is the verifiable part of the budget.

ClassWhat it doesScope of work
Co-pilot assistantAnswers questions about data and documents, prepares drafts and summaries; does not perform operations in systemsContext preparation (knowledge base, RAG), prompt setup and response format, read permissions, acceptance scenarios
An agent that acts in systemsPerforms permitted operations in 1C, ERP, or CRM through narrow toolsEverything from class one plus tools (MCP/API) for each system, a security gateway, approval routes, and an operations log
Multi-agent setupSeveral agents with shared memory cover the whole processEverything from class two plus orchestration, shared context, quality control between agents, and agent fleet management

How class two works in practice is explained on the page AI agent for 1C: MCP tools, a security gate, and an operations log. The agent fleet management setup is covered in the article on enterprise AI agent management.

TCO components: what the company pays for

Total cost of ownership formula: creation + annual changes and operation + risks - economic benefit. For an AI agent, the cost items look like this.

ArticleWhat Is IncludedHow it behaves over time
Development and integrationAgent setup, tools for 1C/ERP/CRM, permissions and roles, logging, acceptance scenariosOne-time; grows with the number of systems and write operations
Tokens (inference)Payment for input and output tokens of models in operationMonthly; driven by task routing, caching, and batch processing
Infrastructure and security gatewaySecurity gate (API proxy), personal data anonymization, environments, monitoringMonthly; mandatory from day one for personal data
Support and retrainingRule updates when the process changes, review of disputed answers, quality controlMonthly; spikes with every process change
Organizational costsAccess provisioning, process updates, employee training, process owner inside the companyOne-time and ongoing; usually not included in commercial proposals

We cover the first cost item with a fixed price: RUB 300,000 for a standard process, 1-2 weeks, payment after process acceptance. What is included in the price and how the scope is fixed is explained on the page about pricing.

Tokens: operational cost is calculated in advance

Tokens are the only cost item that can be calculated before launch with model-level precision. In LLM comparison 2026 we use the active workday formula: base = 1M·P_in + 0.5M·P_out, meaning one million input and half a million output tokens per active user per day. Claude Opus 4.8 costs $5 / $25 per 1M tokens (input / output), or about $17.50 (about RUB 1,400) per day. All figures are estimates as of 27.06.2026, with an exchange rate of 80 RUB/$.

Assess where AI can deliver impact in your process

Daily cost for API models

A benchmark for models from the same comparison. Rework is the estimated share of tasks the model does not complete on the first try relative to frontier; the "with rework" column = base × (1 + coefficient): a cheap model with a high rework rate can end up more expensive in terms of outcome.

Model$/day base (≈RUB)Rework$/day with rework
Fable 5~$35,00 (~2 800 ₽)0%~$35,00
GPT-5.5~$20,00 (~1 600 ₽)0%~$20,00
Claude Opus 4.8~$17,50 (~1 400 ₽)0%~$17,50
GigaChat API Max~$12,20 (~975 ₽)20%~$14,64
DeepSeek V4 Pro~$0,88 (~70 ₽)10%~$0,97
DeepSeek V4 Flash~$0,28 (~22 ₽)25%~$0,35

The token bill is controlled by process design: short prepared context, caching of repeated prefixes, batch processing for non-urgent tasks, and routing by complexity - simple operations go to the cheap setup, and the stronger model is used selectively. We broke down the mechanism in the article about controlling token costs; a benchmark for a typical operation with prepared context from our product materials for Sloy is 2-3K tokens; in a client project, the figure is calculated separately.

Calculates the monthly amount for your number of processes calculator.

What inflates the budget

Integration with a large system estate. Each system in the agent setup is a separate tool with its own permissions, tests, and error handling. The budget grows with the number of systems and fastest of all with write operations: a confirmed write requires an approval route, limits, and logging, while reads and reports are cheaper.

No API. If a system has no programming interface, access is built through exports, changes to the system itself, or interface automation. This is a separate project with its own budget, and its cost can exceed the cost of the agent itself.

Personal data. It cannot be sent to external models without anonymization - GDPR. This adds a mandatory element to the setup: LLM gateway, which anonymizes data before it reaches the model and restores real values after the response. This covers both development and operations.

Requirement for a local model. On-premise removes external data transfer, but adds capital expenses and operating costs for the setup. Economics here depend on GPU utilization: a heavily loaded setup makes each token cheaper, while idle hardware makes it more expensive than the cloud. We calculate the configuration and payback after the load profile; you can compare setups, including RU cloud under GDPR, in calculator.

FAQ

FAQ on AI agent cost

Why can't the price be named upfront?

The budget is shaped by the tool set and the depth of automation in a specific process: reads and reports are cheaper, while confirmed writes require a gateway, approval routes, and logging. KT.Team's benchmark is published: RUB 300,000 for a standard process, 1-2 weeks, payment after process acceptance. We fix the exact price after process analysis - the approach is described on the page about pricing.

Is an off-the-shelf SaaS platform or custom development cheaper?

A SaaS platform is cheaper upfront: the subscription starts without a project. Development is cheaper over time when the agent needs to act in your systems: integration with 1C/ERP/CRM, permissions, and logging must be paid for either way - in a SaaS setup through customization and connectors. The right comparison is TCO over two to three years: subscription plus integration and platform limitations versus development plus support.

How much do tokens cost per month?

They are calculated from the amount of work. One active workday = 1M input + 0.5M output tokens; on Claude Opus 4.8 at $5 / $25 per 1M, that is about $17.50 (about RUB 1,400) per day, estimated as of 27.06.2026, with an exchange rate of 80 RUB/$. The monthly total depends on the number of processes and task routing by complexity; for your configuration it is calculated by AI automation calculator.

Is a local model more expensive than the cloud?

At the start, yes: cloud begins with token payments, while a local setup starts with capital spending on GPUs and their operation. After that, economics depend on utilization: a heavily loaded setup makes each token cheaper, while idle hardware makes it more expensive than the cloud. There is no universal capex figure - the configuration is calculated after the load profile; the setup comparison is available in calculator.

How much does support cost?

Support means updating rules when the process changes, reviewing disputed answers, and quality control. For a standard process, our price already includes the curator’s work teaching employees to adjust the process themselves. A separate support contract is needed when the agent touches multiple systems and processes; its scope is fixed after the pilot.

What is the cheapest way to start?

Start with one repeatable process: the pilot fixes the scope, provides a verifiable result, and gives data for the scaling decision. For managers there is agent sprint - An AI solution for one real task; for 1C tasks - analysis of one request.

Calculator

Calculate your case

The AI adoption calculator on the AI for Business hub estimates the cost structure for your configuration: number of processes, automation share, token volume, and inference setup - cloud, RU cloud under GDPR, or on-premise.

  • Implementation cost by number of processes
  • Inference per year across four setups
  • Payback from freed-up time
Open calculator →

Sources

Verified on: 23.07.2026

Discuss the article: How Much Does an AI Agent Cost: What...

Send via: