- 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
- Make sure Cloud is enabled for your app: App → Cloud → Enable Meowgic Cloud.
- Open the AI tab in Cloud.
- 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.
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:
- Establish a baseline model and track success rate, average latency, and credits per request.
- Test the same input set with different models to compare quality and cost.
- 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:
- Generate a broad set of concepts with a lower-cost model.
- 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
- 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:- Review your highest-volume use cases before switching to a lower-cost model.
- Process long documents in smaller chunks to avoid expensive single requests.
- Add request limits and useful fallback messages to critical features.
Best practices
- Define success metrics before you build: accuracy, response time, and cost per request.
- Validate prompts and models with a small traffic segment before a full rollout.
- Keep a non-AI fallback for critical flows, such as human review or rule-based logic.
- Group request logs by business use case so you can improve the right workflow.
- Review your top failure and top-cost scenarios each week.
FAQ
Is in-app AI the same as the Meowgic build assistant?
Is in-app AI the same as the Meowgic build assistant?
No. In-app AI serves your customers through features like chat, summaries, and generation. The build assistant helps you create and update your app.
Do I need to provide a model-provider API key?
Do I need to provide a model-provider API key?
Usually not. When you use Meowgic Cloud’s built-in AI features, Meowgic handles credential management and the server-side integration.
Can I choose a specific model?
Can I choose a specific model?
Yes. Tell Meowgic which model you prefer, or start with the recommended model and refine the choice based on quality and cost.
Why might I receive a 429 or 402 response?
Why might I receive a 429 or 402 response?
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.
How can I lower AI costs quickly?
How can I lower AI costs quickly?
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.