Command Palette

Search for a command to run...

Part V · Zoho AI / Zia · Chapter 5

Zia in Zoho Creator

368 words · preserved verbatim from the master reference

Zoho Creator provides a comprehensive AI capability set, documented at AI Capabilities in Creator – powered by Zia.

AI Capability Matrix

CapabilityWhat It DoesAvailable As
AI-Powered Data ProcessingPrediction, OCR, Object Detection, Keyword & Sentiment AnalysisAI Models (ready-to-use + custom), AI Fields, Deluge tasks
App Creation via GenAIGenerates low-code apps from prompts or uploaded files (PRDs, flow charts)Zia App Builder
AI Tasks using DelugePreconfigured AI models called from Deluge scriptsDeluge tasks (external API calls)
Zia AssistanceGenerate Deluge scripts from natural language; Zia Help AssistantDeluge editor, Help widget
Agentic AIMulti-step autonomous task execution using Deluge functionsAI Agents (endpoint-driven)

Deluge AI Tasks (10 Actions)

  1. Analyze Sentiment
  2. Predict Language
  3. Parse Phone Number
  4. Recognize Text (OCR)
  5. Find Named Entities
  6. Parse Address
  7. Translate
  8. Keyword Extraction
  9. Detect Object
  10. Detect Face

Note: These Deluge AI tasks are counted as external API calls in the Zoho Creator account's credit quota.

AI Models in Creator

Ready-to-Use (pre-built by Zoho):

  • Keyword Extraction
  • Sentiment Analysis
  • OCR
  • Object Detection

Custom (trained by the user):

  • Prediction (train on sample datasets)
  • OCR (custom-trained)
  • Object Detection (custom-trained)

Supported LLMs in Creator

LLMAccess ModelNotes
Zoho GenAIDefault, no costAvailable by default in Developer Console; limited AI calls per plan
OpenAIBYOK (API key required)Multimodal app builder; rate limits per OpenAI tier
AnthropicBYOKAvailable via Developer Console LLM config
GoogleBYOKAvailable via Developer Console LLM config

Source: Zoho Creator Release Notes

AI Agents in Creator

  • Created via Admin Dashboard → Microservices → AI Models → AI Agent
  • Associate with Deluge functions that define capabilities
  • Generates an endpoint URL callable from Creator apps (via invoke URL task or JS API)
  • Autonomously analyzes, plans, executes tasks, makes decisions
  • Foundation for no-code/low-code agentic automation within Creator apps