In-the-box AI help
AI help that lives right inside the caption box, so you can fix the text you already have without leaving it.
Why use it
You already wrote something but it's too long, too short, or you need it in another language. Instead of starting over, you let the AI tweak the exact text that's already in the box.
Step by step
Write or paste your text
Type your caption in the box, or paste in something you already have.
Select the part you want to change
Highlight the words you want to fix. If you don't select anything, the AI works on the whole caption.
Pick an action
Open the AI menu and choose what you want: Rewrite, Shorten, Expand, or Translate.
Watch the text update
The chosen text is replaced in place with the new version. If you don't like it, just undo and try a different action.
TIP
Need more than a quick fix? Open the More tools menu in the box for extra options like changing the tone or generating hashtags.
WARNING
Every inline action costs 1 credit and runs as soon as you pick it, so choose before you click.
Good to know
- Each inline action (rewrite, shorten, expand, translate) costs 1 credit.
- For comparison: a text/inline action is 1 credit, an image is 5 credits, and a video is 20 credits.
- Nothing is saved automatically by the AI — the new text just lands in your box, and you keep editing as normal.
Related
For developers
Inline help calls the synchronous text endpoint POST /api/v1/ai-generate/text. The request carries a prompt plus optional options (language, tone, creativity, hashtags, words, systemPromptExtra); a system prompt is synthesized from those options and the call is routed through the Qevron gateway. When options.words is set, max tokens is words × 1.7, otherwise the default is 512. If modelId is omitted, the first active text model is used. Cost is 1 credit, debited before the model call.