# Commands

### Main Commands

* <mark style="color:purple;">**/imagine**</mark> = Generate images with a single prompt using SDXL
* <mark style="color:purple;">**/imagine-flux**</mark> = Generate images using Flux models  <mark style="color:orange;">**`[ Limited ]`**</mark>
* <mark style="color:purple;">**/transform**</mark> = Transform your existing image to something else (Closed for further fine tuning)
* <mark style="color:purple;">**/controlnet**</mark> = Turn your sketch art in to a real picture
* <mark style="color:purple;">**/logofy**</mark> = Generate a logo based on a text prompt&#x20;
* <mark style="color:purple;">**/faceswap**</mark> = Swap faces from any given images  <mark style="color:orange;">**`[ Limited ]`**</mark>
* <mark style="color:purple;">**/headshot**</mark> = Generate a perfect headshot  <mark style="color:orange;">**`[ Limited ]`**</mark>
* <mark style="color:purple;">**/clarify**</mark> = Clarify any blurred image&#x20;
* <mark style="color:purple;">**/img2img**</mark> = Generate an image using reference image with Flux
* <mark style="color:purple;">**/upscale**</mark> = Super Upscale your images up to 8K
* <mark style="color:purple;">**/facerestore**</mark> = Restore AI generated, deformed, damaged images&#x20;
* <mark style="color:purple;">**/removebg**</mark> = Remove background from an Image
* <mark style="color:purple;">**/ask**</mark> = Question anything from our language model (Closed for further fine tuning)
* <mark style="color:purple;">**/upload**</mark> = Upload an image to our CDN&#x20;
* <mark style="color:purple;">**/prompt-extract**</mark> = Extract the prompt from an Image&#x20;

### Premium Commands

* <mark style="color:purple;">**/generate**</mark> = Dedicated to Premium image generation command \[ SDXL ] <mark style="color:red;">**(Uncensored)**</mark>
* <mark style="color:purple;">**/flux**</mark> = Generate images using All new Flux models <mark style="color:red;">**(Uncensored)**</mark>
* <mark style="color:purple;">**/sd3**</mark> = Generate images using Stable Diffusion 3 model <mark style="color:red;">**(Uncensored)**</mark>
* <mark style="color:purple;">**/faceswap**</mark> = Swap faces from any given images <mark style="color:red;">**(Uncensored)**</mark>
* <mark style="color:purple;">**/headshot**</mark> = Generate a perfect headshot <mark style="color:red;">**(Uncensored)**</mark>
* <mark style="color:purple;">**/inpaint**</mark> = Inpaint an Existing image using SDXL models <mark style="color:red;">**(Uncensored)**</mark>
* <mark style="color:purple;">**/sdxl-pony**</mark> = Generate images with Exclusive Pony SDXL models <mark style="color:red;">**(Uncensored)**</mark>

{% hint style="danger" %}
Uncensored image generation doesn't mean anyone is above the law. Every generation is closely moderated by our own **Image Moderation AI** and if any Premium user caught generating any illegal content, it will result in a permanent ban on the account <mark style="color:red;">**Without a Refund!**</mark>
{% endhint %}

### Info Commands

* <mark style="color:purple;">**/help**</mark> = Help command
* <mark style="color:purple;">**/about**</mark> = About Openjourney and Devs
* <mark style="color:purple;">**/invite**</mark> = Invite links to Openjourney
* <mark style="color:purple;">**/ping**</mark> = Check bot latency
* <mark style="color:purple;">**/vote**</mark> = Vote for Openjourney
* <mark style="color:purple;">**/donate**</mark> = Donation links for Openjourney
* <mark style="color:purple;">**/prompts**</mark> = Shows currently trending prompts
* <mark style="color:purple;">**/leaderboard**</mark> = Shows current top donors on Openjourney
* <mark style="color:purple;">**/balance**</mark> = Check your Bits balance
* <mark style="color:purple;">**/redeem**</mark> = Redeem a Openjourney gift card
* <mark style="color:purple;">**/buy**</mark> = Info about buying Bits and links
* <mark style="color:purple;">**/bug**</mark> = Report a bug to our Developers

{% hint style="success" %}
Bit usages is explained in [Credit System](/credit-system.md)
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.openjourneybot.com/image-generation/commands.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
