Skip to content
NocoAIby NocoDB
All posts
Product · 5 min read

Introducing AI Fields

Generate, classify, and transform your data with built-in AI. No code required.

We're excited to announce AI Fields — a new column type that brings the power of large language models directly into your NocoDB tables. No API keys to manage, no prompts to engineer from scratch. Just describe what you want in plain English and let AI do the rest.

How AI Fields Work

AI Fields operate like any other column in NocoDB. You add one to your table, configure a prompt template that can reference other columns, and the field automatically generates values for each row. The result is stored alongside your data, searchable and sortable just like any text field.

// Example AI Field prompt template
Classify the following support ticket into one of these categories:
[Bug, Feature Request, Question, Billing]

Ticket: {Title} — {Description}

Under the hood, AI Fields use a multi-model routing layer. Short classification tasks are handled by faster, smaller models, while complex generation tasks are routed to more capable ones. This keeps costs low and latency minimal without sacrificing quality.

AI Fields have cut our manual triage time by 80%. What used to take our support team two hours every morning now happens automatically as tickets come in.

Use Cases

  • Sentiment analysis on customer feedback
  • Auto-categorization of support tickets
  • Summarizing long-form content into concise descriptions
  • Generating product descriptions from raw specifications
  • Translating content across multiple languages

AI Fields are available today on all plans, with usage-based pricing for AI compute. Free tier users get 1,000 AI operations per month. Head over to the docs to get started.

So, what do you want to build?

One sentence is enough to start. Free, no credit card, and the base it builds is yours to keep.