AdAI
Definition

Custom Model is an AI model adapted to your specific business. Usually that means taking a foundation model (GPT-4o-mini, Claude Haiku, Llama 3) and continuing training on your own data so it learns your patterns. Sometimes it means training a smaller specialised model from scratch on your data. Either way, the point is the same: the resulting model knows things, behaves in ways, or produces outputs that the off-the-shelf version of the model cannot.

Key Takeaways

  • A custom model is one adapted to your specific business, usually by fine-tuning a foundation model on your own data.
  • SMBs rarely train models from scratch. Almost all 'custom' SMB models start from a pre-trained foundation model and continue training from there.
  • Cost has collapsed. OpenAI, Anthropic, and Google fine-tuning runs typically cost tens of dollars at SMB scale. The expensive part is now labelling your training data.
  • Custom models earn their place only when off-the-shelf models keep being wrong for your specific case. If the generic model works, do not build custom. The maintenance burden of a custom model is real.
  • Custom models go stale. Plan to retrain every 3 to 12 months as your data and business evolve.
$5-50
typical cost to fine-tune OpenAI GPT-4o-mini for an SMB-scale use case, using a few hundred to a few thousand labelled examples
Source: OpenAI Fine-tuning Pricing, 2025
Hours, not weeks
typical time-to-trained-model on platforms like OpenAI fine-tuning, Anthropic Claude fine-tuning, Google Vertex AI AutoML, and Hugging Face AutoTrain, for SMB-scale datasets
Source: OpenAI, Anthropic, Google AI Studio fine-tuning documentation, 2024-2025

In Simple Terms

A foundation model out of the box (GPT-4o, Claude Sonnet, Gemini, Llama) is a generalist. It has seen the public internet and knows about almost everything. What it has not seen is your specific business, your products, your industry's jargon, your customers' typical situations, or the tone your brand uses. For many tasks, the generalist is good enough. For some, it is not.

A custom model closes that gap. Take the generalist model, continue training it on your business's own data (transcripts of past sales calls, examples of past customer support answers, your own product descriptions), and the result is a specialised version that talks like your business does. Same underlying capability. Better aim at your specific use case.

For most SMBs, the question of whether to build a custom model usually answers itself: when the off-the-shelf model keeps making the same kinds of mistakes for your business, despite good prompting, fine-tuning is the next lever. When the off-the-shelf model is fine, do not bother. Building a custom model adds complexity (training data preparation, retraining schedule, evaluation) that the team has to maintain.

Three Ways an SMB Customises a Model

Prompt engineering (cheapest, fastest)

Carefully written instructions, examples, and context inside the prompt change how the model behaves without any training at all. For 80% of SMB use cases, a well-engineered prompt is enough. No infrastructure, no training data, no maintenance. Just a longer, better-structured request to the model.

Fine-tuning a foundation model (middle ground)

Take an existing foundation model and continue training it on your own examples (input-output pairs the model should learn to produce). Best for changing tone, format, or structure of outputs. Cost: $5 to $50 of compute for SMB-scale on OpenAI, Anthropic, Google. Time: a few hours of training. Maintenance: retrain when your data or needs drift.

Custom-trained smaller model (heaviest)

Train a smaller specialised model from scratch on your data. Common for tabular prediction (churn, lead scoring, fraud) where the giant foundation models are overkill. Tools: Google Vertex AI AutoML, Hugging Face AutoTrain, Amazon SageMaker AutoPilot. Cost: tens to low hundreds of dollars. Best for tasks where a foundation model is the wrong shape and a focused, narrower model fits better.

When Custom Models Are Worth Building (and When They Are Not)

Use a custom model when:

The off-the-shelf model gets the task consistently wrong, despite reasonable prompting. Examples: a customer support bot whose answers keep contradicting your actual policies. A classifier that miscategorises your documents because the categories are specific to your industry. A scoring system that keeps weighting the wrong signals.

You have enough labelled training data that the model can actually learn the pattern. Rule of thumb: 200 to 500 examples for a fine-tune to do anything useful, 1,000 to 5,000 for noticeable lift on most tasks. Below 100, prompt engineering will usually beat fine-tuning.

The cost of the work the model does justifies the maintenance burden. A custom model needs a refresh schedule, a way to measure whether it is still performing, and a fallback for when it stops working. If the task is low-stakes, prompt engineering plus an off-the-shelf model is usually the right answer.

Do not build a custom model when:

The off-the-shelf model works well enough. The marginal lift from fine-tuning rarely justifies the work if the baseline is already good.

Your data is too sparse or too dirty. A fine-tune on bad data produces a worse model than no fine-tune at all. Cleaning your data first is the higher-leverage activity.

The use case is something a foundation model with RAG can solve. Retrieval-augmented generation lets the off-the-shelf model use your data at query time without permanent training. Cheaper, easier to update, and usually the right first answer for "let the AI use our company knowledge."

Frequently Asked Questions

What does 'custom model' actually mean?
Any AI model that has been adapted to a specific business or use case. In practice this almost always means one of two things: fine-tuning a foundation model (taking GPT-4o-mini, Claude Haiku, or Llama 3 and continuing training on your business's own data), or training a smaller specialised model from scratch (a custom classifier, a custom recommendation model). Pure from-scratch training of a frontier-scale model is essentially never done by SMBs.
When does an SMB actually need a custom model?
When off-the-shelf models keep producing the wrong output for your specific case. Examples: a customer-support bot using a generic model that does not know your products or policies. A lead scoring system using built-in HubSpot scoring that keeps misranking your leads. A document classifier that needs to distinguish between contract types specific to your industry. If general models work well enough for the task, do not build a custom one. The maintenance burden is real.
How much does training a custom model cost?
Far less than most SMBs think in 2026. OpenAI fine-tuning a GPT-4o-mini typically costs $5 to $50 for SMB-scale datasets (a few hundred to a few thousand examples). Anthropic and Google offer similar pricing. Custom-trained smaller models on Google Vertex AI AutoML or Hugging Face AutoTrain typically run tens to low hundreds of dollars in compute. The expensive part is now labelling your training data, not running the model.
What is the difference between fine-tuning and RAG?
Fine-tuning changes the model itself. The model permanently learns your data patterns. Best for changing how the model writes, what tone it uses, what format it returns. RAG (retrieval-augmented generation) leaves the model alone and just gives it relevant context at query time. Best for letting the model use your knowledge base without baking it in. Many production systems use both: a fine-tuned model for tone and structure, RAG for the actual facts to draw from. They solve different problems.
Do custom models need to be retrained?
Periodically, yes. The world changes; your business changes; your data drifts. A custom model trained two years ago on your customer behaviour is making decisions based on a snapshot of a different business. Most production custom models are retrained every 3 to 12 months depending on how fast the underlying patterns shift. Setting up a refresh schedule when you launch the model is more important than optimising the initial training.

Related Glossary Terms & Resources

Join 5,000+ SMB owners getting weekly AI agent insights

Subscribe Free