Flex Gateway新着情報
Governance新着情報
Monitoring API Manager[Image] Generate (only Base64) 操作を設定します。
[Image] Generate (only Base64) 操作では、AI を活用した画像生成モデルを使用して、テキストの説明から画像を作成します。
[Image] Generate (only Base64) 操作を次のようなさまざまなシナリオで適用します。
コンテンツの生成
ブログ投稿、記事、ソーシャルメディア、調査、設計プロジェクトの画像を生成します。
[Image] Generate (only Base64) 操作を設定する手順は、次のとおりです。
Anypoint Code Builder または Studio キャンバスで操作を選択します。
操作の [General (一般)] プロパティタブで、次の値を入力します。
Prompt (プロンプト)
生成する画像のテキストの説明を入力します。
この操作の XML を次に示します。
<ms-inference:image-generation
doc:id="7e62e70e-eff7-4080-bb20-3d162bb84c39"
config-ref="OpenAIConfig"
doc:name="Image generation">
<ms-inference:prompt>
<![CDATA[A photorealistic image of a modern office building with glass facades, surrounded by landscaped gardens]]>
</ms-inference:prompt>
</ms-inference:image-generation>