Skip to main content
Adding AI to an app normally means selecting models, protecting API keys, building backend calls, and monitoring cost. Meowgic Cloud handles that foundation for you. Describe the feature you want to build, and Meowgic can set up the AI capability behind it. AI features inside your app are separate from the Meowgic AI agent that helps you build it:
  • In-app AI serves your customers, such as a support assistant or product-copy generator.
  • Build AI supports your development workflow, such as creating pages or updating code.

What you can build with AI

Common use cases include:
  • Product and content summaries: Turn long descriptions, reviews, or documentation into clear takeaways.
  • Support and shopping assistance: Answer questions, recommend products, and guide shoppers before purchase.
  • Sentiment and intent analysis: Review customer feedback at scale and surface issues that need attention.
  • Knowledge-base Q&A: Answer customer questions using your help center, policies, and internal documentation.
  • Copy and localization: Draft campaign copy, product titles, emails, and localized content.
  • Image generation and editing: Create campaign visuals or adapt product imagery to a new style.
  • Voice features: Read content aloud or turn spoken input into searchable text.

Enable AI features

  1. Make sure Cloud is enabled for your app: App → Cloud → Enable Meowgic Cloud.
  2. Open the AI tab in Cloud.
  3. Configure AI permissions to match your team’s approval policy.

How it works

Meowgic handles the underlying infrastructure:
  • Managed credentials: Meowgic manages model credentials so you do not need to paste keys into your app.
  • Server-side calls: Requests run through a managed backend instead of directly in the browser, keeping sensitive data protected.
  • Streaming responses: Chat and generation features can stream output so customers see results sooner.
  • Usage visibility: Each request records its status, duration, and credit consumption to help you troubleshoot and optimize.

Choose the right model

If you are unsure which model to use, describe the business outcome you need and start with Meowgic’s recommendation. Then refine your choice based on quality, speed, and cost.
  • Chat and Q&A: Start with a fast general-purpose model that balances quality and cost.
  • Complex reasoning or accuracy-sensitive work: Use a stronger model when slower responses and higher cost are acceptable.
  • High-volume batch work: Choose an efficient model for classification, tagging, and simple summaries.
  • Image work: Select a model based on whether final quality or production cost matters more.
You can use different models for different jobs. For example, use a fast model for customer support and a more capable one for analyzing complex return or order disputes.

Chat models

Chat models understand and generate text. Use them for customer support, product copy, review classification, and knowledge-base Q&A. If you are not sure where to start, choose a reliable, fast general-purpose model. Move up when you need more accuracy or deeper reasoning.
Available models may vary. Refer to the model list in your Meowgic workspace for the current options.
Practical guidance:
  1. Establish a baseline model and track success rate, average latency, and credits per request.
  2. Test the same input set with different models to compare quality and cost.
  3. Choose models by task instead of asking one model to do everything.

Image models

Image models create and edit product images, campaign assets, and social content. For image generation, a two-stage workflow often controls cost best:
  1. Generate a broad set of concepts with a lower-cost model.
  2. Refine the selected concepts with a higher-quality model.

Other models

Other models handle focused image-processing and editing tasks.

Monitor AI usage and performance

In App → Cloud → Usage → AI usage, you can review:
  • Daily request volume
  • The share of requests by model
  • Credits consumed by requests
Use this data to answer three important questions:
  • Which requests are most common?
  • Which features consume the most credits?
  • Where would a different model reduce cost or improve speed?

Usage and billing

Meowgic Cloud AI features consume credits based on usage. Go to Settings → Usage to review your workspace balance, billing history, and daily cost. To manage costs, start with these three practices:
  1. Review your highest-volume use cases before switching to a lower-cost model.
  2. Process long documents in smaller chunks to avoid expensive single requests.
  3. Add request limits and useful fallback messages to critical features.

Best practices

  1. Define success metrics before you build: accuracy, response time, and cost per request.
  2. Validate prompts and models with a small traffic segment before a full rollout.
  3. Keep a non-AI fallback for critical flows, such as human review or rule-based logic.
  4. Group request logs by business use case so you can improve the right workflow.
  5. Review your top failure and top-cost scenarios each week.

FAQ

No. In-app AI serves your customers through features like chat, summaries, and generation. The build assistant helps you create and update your app.
Usually not. When you use Meowgic Cloud’s built-in AI features, Meowgic handles credential management and the server-side integration.
Yes. Tell Meowgic which model you prefer, or start with the recommended model and refine the choice based on quality and cost.
A 429 usually means your request rate exceeded the limit. A 402 usually means your workspace does not have enough credits. Reduce concurrency, add retry logic, or add credits to restore service.
Start with high-volume workflows: use lighter models for simple tasks, remove unnecessary context, limit output length, and set request thresholds based on business value.