
How to Choose the Best AI Company in Iran: 2026 Buyer Guide
An evidence-first checklist for selecting an AI company in Iran: define the workflow, test Persian performance, examine security, measure a pilot, and negotiate an exit.
Read MoreWhat AI implementation really costs an Iranian company: eight cost lines, the pilot-to-rollout stages, hidden costs, a budget worksheet, and how to measure a pilot's return.

There is no honest single figure for the cost of implementing AI in an Iranian company, and a supplier who names one before seeing your workflow, your data, and your systems is guessing. What can be known in advance is the shape of the bill: eight cost lines, four stages, and a short list of drivers that push the total up or down. This guide is written for the managing director, CFO, or CTO who has to put an AI line into the 1405 budget and defend it later. It explains where the money actually goes, gives you a worksheet to fill with your own figures, and shows how to judge whether a pilot has earned the next tranche of spending.
The central recommendation is simple. Do not budget a programme from a vendor headline. Fund a small, measured pilot, and let every later stage be justified by what that pilot measured.
Commercial-interest disclosure: ZharfAI, the publisher of this guide, sells AI consulting and implementation. We therefore benefit when companies decide to spend on AI. Apply every test in this article to our proposals as strictly as to anyone else's. We quote no ZharfAI prices here, and we make no claim about the return any specific company will achieve.
AI spending is harder to forecast than a conventional software licence because the expensive parts depend on things nobody has measured yet: how clean your data is, how many systems the output must reach, how often a person has to correct the result, and how much usage grows once people trust it. Gartner made the point bluntly in July 2024, when it predicted that at least 30% of generative AI projects would be abandoned after proof of concept by the end of 2025, citing poor data quality, inadequate risk controls, escalating costs, or unclear business value. The same release quotes its analyst saying that costs "aren't as predictable as other technologies."
That release also published the most useful public reference point we know of: typical cost ranges for five ways of deploying generative AI. The figures below are Gartner's, in US dollars, as of July 2024, for organisations outside Iran. They are not Iranian prices and should never be copied into an Iranian budget. Their value is in the ratios between the rows.
| Approach (Gartner's label) | Example use case | Upfront cost | Recurring cost per user per year |
|---|---|---|---|
| Consume: commercial AI apps | Coding assistant | about USD 100K to 200K | about USD 280 to 550 |
| Embed: model APIs inside your own apps | Personalised sales content | about USD 750K to 1M | about USD 790 to 1.2K |
| Extend: retrieval over your data (RAG) | Document search | about USD 750K to 1M | about USD 1.3K to 11K |
| Customize: fine-tuning a model | Virtual assistant | about USD 5M to 6.5M | about USD 8K to 11K |
| Build: a model from scratch | Sector-specific language model | about USD 8M to 20M | about USD 11K to 21K |
Two lessons carry over to an Iranian company of any size. First, the architecture is the largest single cost decision: moving from using a ready tool to building retrieval over your own documents multiplies the upfront figure by roughly four to ten, and moving from retrieval to fine-tuning multiplies it again by roughly five to nine. Second, recurring cost per user also climbs steeply down the table, from a few hundred dollars a year to more than ten thousand, so a design that looks affordable with ten pilot users can become expensive with a thousand. Most first projects we see in Iranian organisations, such as document extraction, internal knowledge search, or a Persian assistant for staff, belong in the Embed or Extend rows. Fine-tuning or training a model is rarely the right first step.
Every proposal, internal or external, should be broken into the same lines so that you can compare them. We use eight, plus contingency.
| Cost line | What it covers | What makes it grow |
|---|---|---|
| Discovery and data readiness | Problem brief, baseline, data sample, cleaning, labelling, access approvals | Scattered sources, scans instead of digital files, no data owner |
| Integration with existing systems | Connectors to accounting software, ERP, CRM, office automation, document stores, identity | Writing back into a system of record, undocumented databases, old versions |
| Model access | Domestic API, self-hosted open model, or foreign API, including usage fees | Long documents, retries, high volume, dollar-denominated pricing |
| Infrastructure and hosting | Servers or cloud in an Iranian data centre or on premises, environments, backup | Strict on-premises rules, GPU hardware, high availability requirements |
| Persian-language evaluation | Test set of real Persian inputs, reference answers, reviewer time, repeat runs | Many document types, mixed Persian and English, high-stakes errors |
| Security and access control | Threat review, role-based access, logging, testing against prompt injection and data leakage | Sensitive data, many user roles, tools that can act rather than suggest |
| Change management and training | Workflow redesign, user training, champions, updated procedures | Many users, several departments, resistance to a new process |
| Operations and maintenance | Monitoring, support, re-evaluation after model changes, document refresh | Frequent upstream model changes, fast-changing source documents |
The line most often underfunded is the first one. Gartner's February 2025 research on AI-ready data found that 63% of organisations either do not have, or are unsure whether they have, the right data management practices for AI, in a survey of 1,203 data management leaders conducted in July 2024. Gartner predicts that through 2026 organisations will abandon 60% of AI projects that are not supported by AI-ready data. In practice this means the data line is not a one-off tidy-up before the "real" work. It is often the real work.
Integration deserves the same honesty. Connecting to an Iranian accounting package or ERP can mean a documented interface, direct database access, a scheduled file export, or, in the worst case, nothing but the user screen. Reading data is far cheaper than writing it back, because every write into a financial or operational record needs validation, an audit trail, and a tested way to reverse it. Our guide to AI in accounting and financial document automation walks through that boundary for finance teams.
For an Iranian company, model access is not only a price question. It is a continuity question, and the cheapest option on paper can be the most expensive one to lose.
Foreign APIs. The largest foreign providers do not list Iran as a supported country. OpenAI's supported countries and territories page states that accessing or offering access to its services outside the listed countries may result in an account being blocked or suspended, and Iran is not on the list. Anthropic's supported regions list does not include Iran either. We do not advise on ways around these terms. For budgeting, the consequence is concrete: any design that depends on a foreign model needs a costed fallback path, and payment continuity has to be treated as a risk, not an assumption.
Domestic gateways. Several Iranian platforms sell model access in toman. As one dated example, not a recommendation, Liara's AI service page displayed two plans on 2026-09-24: 825,000 toman per month or 1,145 toman per hour with access to 66 language models, and 1,475,000 toman per month or 2,048 toman per hour with 113 models. On both plans, token costs are charged according to the model provider's tariff, and the model price list on the same page is shown in US dollars per million tokens. The lesson for a budget is general: the platform fee may be modest and local, but the usage line can still move with the exchange rate. The model list on such gateways can also include providers that do not list Iran as supported, so ask any gateway how it secures that upstream access and what happens to your service if it stops.
Self-hosted open models. Running an open-weight model on GPUs in an Iranian data centre, or in your own server room, removes per-token billing and keeps data inside your perimeter. It replaces a variable bill with a fixed one. A transparent way to estimate it is:
The inputs to that formula change quickly. The Stanford AI Index 2025 reports that the inference cost of a system performing at the level of GPT-3.5 fell more than 280-fold between November 2022 and October 2024, while hardware costs declined about 30% a year and energy efficiency improved about 40% a year. Treat any multi-year hardware purchase or fixed per-token commitment with care, and write a review clause into it. The comparison between local and foreign tools is covered in depth in our guide to choosing between Iranian and foreign AI tools, and the technique of sending easy tasks to cheaper models is explained in AI model routing for cost and quality.
The phrase "implementation stages" hides the most important budgeting fact: the cost lines do not arrive at once. Each stage has a different dominant expense and ends with a decision.
| Stage | Goal | Dominant cost lines | Decision at the end |
|---|---|---|---|
| 0. Discovery | Define one workflow, its owner, baseline, data, and risks | Internal staff time, data sample, readiness review | Is there a problem worth a pilot? |
| 1. Pilot | Test one narrow path with real users in assisted mode | Data preparation, Persian evaluation set, light integration, usage fees | Go, revise, or stop, against criteria written in advance |
| 2. Rollout | Connect to systems of record and extend to all intended users | Full integration, access control, security testing, training, workflow redesign | Is the service ready to operate without the project team? |
| 3. Operation | Run, monitor, and improve the service | Usage or hosting, support, re-evaluation, document refresh | Keep, expand, or retire |
A pilot should use the cheapest integration that still produces honest evidence, often a controlled file export rather than a live connector, and it should run in assisted mode, where a person approves each output. The rollout budget is where the organisation changes, not just the software. McKinsey's state of AI survey, published in August 2026, found that nearly three quarters of the respondents it classes as AI high performers report fundamentally redesigning workflows because of AI, compared with one quarter of other respondents. If the rollout budget contains no time for redesigning the process, it is budgeting for the tool and not for the result.
The same workflow can cost several times more in one company than in another. These are the drivers we see most often.
Cost rises when:
Cost falls when:
The gap between the quote and the final bill usually comes from costs that nobody wrote down. The failure patterns behind them are well documented. RAND's 2024 study, The Root Causes of Failure for Artificial Intelligence Projects, interviewed 65 experienced data scientists and engineers and identified five leading causes: stakeholders misunderstanding or miscommunicating the problem, lacking the data needed to train an effective model, focusing on the latest technology instead of the users' real problem, lacking the infrastructure to manage data and deploy models, and applying AI to problems that are too difficult for it. RAND also notes that by some estimates more than 80% of AI projects fail, about twice the rate of IT projects without AI. That figure is an estimate RAND cites from other work, not its own measurement, but its five causes map directly onto budget lines.
Hidden costs to put on the worksheet explicitly:
Operating cost is not a theoretical worry. In McKinsey's 2026 survey, about one in five respondents said their organisation is limiting AI use because of operating costs, including token costs.
The build, buy, or partner decision changes which lines you pay and who carries the risk.
Buy a ready product or platform when the workflow is common and the product already fits your data rules. Upfront cost is lowest and time to value is shortest, but customisation, data location, and integration are limited to what the product offers, and per-user or per-usage fees grow with adoption.
Build in-house when the workflow is a source of advantage, the data is highly sensitive, and you can staff data, application, and security roles for the long term. Building software has become cheaper: McKinsey's 2026 survey found that 32% of respondents say their organisation decided against buying at least one software product or feature because it could be built internally with agentic coding tools. Evaluation, security, and operations, however, do not get cheaper at the same pace.
Partner with an external team when you need speed and experience but want to keep ownership. The cost is the partner's fee plus your own owner's time. The risk is dependence, which you manage in the contract: ownership of code, configuration, prompts, and evaluation sets, documentation, knowledge transfer, and a tested exit. Our guide on how to choose an AI company in Iran sets out how to compare partners on evidence rather than presentations.
Many organisations end up with a hybrid: a bought platform for general tasks, a partner-built service for one high-value workflow, and an internal team that owns evaluation and operations.
Copy this table into a spreadsheet and replace each formula with your own figures. It deliberately contains no prices. Where a line is not needed at a stage, write zero and say why.
| Cost line | Formula for your estimate | Owner | Pilot | Rollout | Operation |
|---|---|---|---|---|---|
| Discovery | internal hours × loaded hourly cost + external days × day rate | Business owner | Yes | Partly | No |
| Data preparation | records × minutes per record ÷ 60 × loaded hourly cost | Data owner | Yes | Yes | Refresh only |
| Integration | connectors × (build days + test days) × day rate, higher for write-back | IT lead | Minimal | Yes | Changes only |
| Model access (API) | tasks per month × tokens per task × price per token × (1 + retry share) × exchange rate | CTO | Yes | Yes | Yes |
| Model access (self-hosted) | GPU lease or purchase ÷ useful months + hosting + operations hours × loaded cost | CTO | Rarely | If chosen | Yes |
| Infrastructure | environments × monthly fee + backup + bandwidth | IT lead | Small | Yes | Yes |
| Persian evaluation | test cases × reviewer minutes per case ÷ 60 × loaded cost × runs per year | Process owner | Yes | Yes | Yes |
| Security and access | review days × day rate + security test + identity integration | Security lead | Light | Full | Periodic |
| Change and training | users × training hours × loaded cost + materials + champions' time | HR or operations | Pilot users | All users | New staff |
| Operations | support hours per month × loaded cost + monitoring + re-evaluations per year | Service owner | No | Setup | Yes |
| Ongoing human review | tasks × share reviewed × minutes per review ÷ 60 × loaded cost | Process owner | Yes | Yes | Yes |
| Contingency | a share of one-off cost set from your risk register, with the reason written down | CFO | Yes | Yes | Yes |
Fill it three times: a low, an expected, and a high scenario. Vary volume, share of outputs needing review, exchange rate, and number of integration surprises. The spread between the low and high totals is itself useful information: a wide spread means the pilot has not yet answered enough questions to justify a large commitment.
A quote is comparable only when it is broken into the same lines as your worksheet. Ask every supplier to map their price onto those lines and to mark each one as included, excluded, or your responsibility.
Warning signs in a quote:
Questions to ask before you sign:
A pilot earns the next budget only if it is measured against a baseline recorded before it started. Gartner's 2024 release notes that productivity gains are often difficult to translate directly into financial benefit, so write the arithmetic down in advance rather than reconstructing it afterwards. Three formulas are enough for most pilots:
Hours saved are not cash unless they are redeployed or avoid a hire, so record what happened to the time. Measure the review and correction effort honestly; our guide to measuring AI productivity after review and rework shows how easily that effort disappears from a report. Keep expectations grounded: in McKinsey's 2026 survey, 37% of respondents attributed at least some EBIT impact to AI, and only about 6% qualified as high performers attributing 5% or more of EBIT to it.
Two tools on this site can help you prepare. The AI pilot readiness check asks five questions about problem clarity, data, integration, access rules, and measurement, and suggests whether you are at discovery, pilot design, or controlled validation. For finance teams, the financial document automation capacity estimator estimates the monthly hours released after subtracting human review time. It reports hours, not money: multiply by your own loaded cost, and treat the result as an assumption to test, not a saving.
Decide in advance what result means go, what means revise, and what means stop. Stopping a pilot that missed its criteria is a successful use of a small budget.
If you are preparing an AI line for this year's budget, start with discovery rather than a purchase: one workflow, its owner, a data sample, the systems involved, and the constraints you already know. Our AI consulting and implementation service begins at exactly that point and can end with an honest recommendation not to proceed. If you would like a scoped discussion, use the contact page, and hold our answer to the same worksheet and questions you would use for any other supplier.

An evidence-first checklist for selecting an AI company in Iran: define the workflow, test Persian performance, examine security, measure a pilot, and negotiate an exit.
Read More
A practical guide to testing whether AI saves team time once review, corrections, unfinished tasks, quality, and adoption costs enter the calculation.
Read More
The next generation of enterprise AI should not merely produce an answer. It should show the evidence, uncertainty, authority, and action path behind it.
Read MoreIf this note maps to a real system in your organisation, start with the services page or a shipped case study.