Request to AI

Home > User guide > BOT > How to use the BOT editor > Extention> AI > Request to AI

App overview
Request processing to AI.
Extended Feature URL | cbot-extension://cloud-bot:ai:request-ai:1 |
Provider | Cloud BOT official |
External communication | Yes *This application communicates with the target AI model via OpenRouter's API. *For details, please refer to the list of functions that use external services. |
Version | 1 |
Transaction | The quantity of usage varies depending on the model. ECO: 3200 tokens per transaction Standard: 800 tokens per transaction Smart: 160 tokens per transaction |
Screen description
Input screen
Request


Model
Specify the model of AI.
Available Models:
ECO (openai/gpt-4.1-nano)
ECO (google/gemini-2.5-flash-preview)
ECO (google/gemini-2.5-flash-preview:thinking) - Reasoning
Standard (openai/gpt-4.1-mini)
Smart (openai/gpt-4.1)
Smart (openai/o4-mini) - Reasoning
Smart (google/gemini-2.5-pro-preview) - Reasoning
Prompt
Specify the processing content and processing rules to be requested to AI.
Data
Specify the data to be processed by the prompt.
file URL
Transfer image files to AI.
(Supported File Formats: jpeg, jpg, png, webp, pdf)
Temperature
Specify the temperature for the responses from AI.
*This parameter adjusts accuracy and diversity. Lower temperature increases accuracy, while higher temperature increases diversity.
Reasoning
Adjust the depth of inference.
*This is a parameter that adjusts the depth of reasoning. Lower values result in simpler reasoning,while higher values lead to more complex reasoning.
This item can be selected only when the following models are selected.
preview:thinking) - Reasoning
Smart (openai/o4-mini) - Reasoning
Result screen
Request Result

Response
The result of the request made on the input screen will be displayed.
Number of tokens
The number of tokens used for this request will be displayed.
Quantity of transaction used
The quantity of transactions used will be displayed.
Usage Examples
Usage | Prompt | Example Input Data | Example Output Result |
---|---|---|---|
Calculation | Output calculation result | 10*10 | 100 |
Date Calculation | Output the date 10 days later in the same format | 2023/4/1 | 2023/4/11 |
Excluding Characters | Remove symbols | $35 | 35 |
Keyword Extraction | Extract up to 5 keywords with tags | CloudBOT is a fully cloud-based RPA service. You can create and operate robots that perform browser automation in the cloud. It is compatible with multi-devices and can be used from smartphones, tablets, and PCs. | 1.CloudBOT 2.RPA service 3.Browser automation 4.Multi-device support 5.Smartphone, tablet, PC |
Translate | Translate English to Japanese | CloudBOT is a fully cloud-based RPA service. | CloudBOT is a fully cloud-based RPA service. |
Generate Test Data | Generate 5 Test Data in CSV Format Last Name, First Name, Age, Prefecture, Email Address | Tanaka, Taro, 25, Tokyo, taro.tanaka@example.com Yamada, Hanako, 30, Kanagawa, hanako.yamada@example.com Suzuki, Jiro, 40, Osaka, jiro.suzuki@example.com Sato, Misaki, 20, Hokkaido, misaki.sato@example.com Takahashi, Kenta, 35, Aichi, kenta.takahashi@example.com | |
Data Extraction | Extract Email Address | Last Name: Tanaka First Name: Taro Age: 25 Location: Tokyo E-mail:taro.tanaka@example.com | taro.tanaka@example.com |