Table of Contents

Cloud Image AI User Guide

These guides cover generating and editing images with TTMSMCPCloudImageAI. Start with Getting started if you have not generated an image yet.

Guides

Guide Scope API starting points
Generating images Text to image, editing one reference image as a stream, base64 payload or framework picture, several references through the Images collection, RemoveBackground and ReplaceBackground, decoding and saving the base64 result, and telling the three failure modes apart. TTMSMCPCloudImageAI, TTMSMCPCloudAIImages, TTMSMCPCloudBaseRequestResult
Providers and options The five services and the key that belongs to each, model names and the defaults the component substitutes, service-specific CustomOptions, the services that answer through polling, and request logging while options are being worked out. TTMSMCPCloudImageAIService, TTMSMCPCloudImageAI, TTMSMCPCloudBase
  • Cloud AI covers the text side of the same idea: chat, file context, function calling, speech, and transcription. The two components are independent and can sit on the same form.
  • Cloud AI Tool Sets ships ready-made tools a language model can call — including file system access, which pairs naturally with saving generated images.

See Also