Index

A B C E G I M O P Q R S T 
All Classes and Interfaces|All Packages|Constant Field Values

A

action() - Method in class ai.runapi.qwenimage.types.EditImageParams
Returns the RunAPI action key for this request.
action() - Method in class ai.runapi.qwenimage.types.RemixImageParams
Returns the RunAPI action key for this request.
action() - Method in class ai.runapi.qwenimage.types.TextToImageParams
Returns the RunAPI action key for this request.
ai.runapi.qwenimage - package ai.runapi.qwenimage
 
ai.runapi.qwenimage.resources - package ai.runapi.qwenimage.resources
 
ai.runapi.qwenimage.types - package ai.runapi.qwenimage.types
 
apiKey(String) - Method in class ai.runapi.qwenimage.QwenImageClient.Builder
Sets the API key.
aspectRatio(String) - Method in class ai.runapi.qwenimage.types.EditImageParams.Builder
Sets the output aspect ratio.
aspectRatio(String) - Method in class ai.runapi.qwenimage.types.TextToImageParams.Builder
Sets the output aspect ratio.

B

baseUrl(String) - Method in class ai.runapi.qwenimage.QwenImageClient.Builder
Sets the RunAPI base URL.
baseUrl(URI) - Method in class ai.runapi.qwenimage.QwenImageClient.Builder
Sets the RunAPI base URL from a URI.
build() - Method in class ai.runapi.qwenimage.QwenImageClient.Builder
Builds an immutable QwenImageClient.
build() - Method in class ai.runapi.qwenimage.types.EditImageParams.Builder
Builds immutable edit image parameters.
build() - Method in class ai.runapi.qwenimage.types.RemixImageParams.Builder
Builds immutable remix image parameters.
build() - Method in class ai.runapi.qwenimage.types.TextToImageParams.Builder
Builds immutable text to image parameters.
builder() - Static method in class ai.runapi.qwenimage.QwenImageClient
Creates a new QwenImageClient builder.
builder() - Static method in class ai.runapi.qwenimage.types.EditImageParams
Creates a new EditImageParams builder.
builder() - Static method in class ai.runapi.qwenimage.types.RemixImageParams
Creates a new RemixImageParams builder.
builder() - Static method in class ai.runapi.qwenimage.types.TextToImageParams
Creates a new TextToImageParams builder.

C

callbackUrl(String) - Method in class ai.runapi.qwenimage.types.EditImageParams.Builder
Sets the webhook URL for task completion notifications.
callbackUrl(String) - Method in class ai.runapi.qwenimage.types.RemixImageParams.Builder
Sets the webhook URL for task completion notifications.
callbackUrl(String) - Method in class ai.runapi.qwenimage.types.TextToImageParams.Builder
Sets the webhook URL for task completion notifications.
CompletedEditImageResponse - Class in ai.runapi.qwenimage.types
Completed response for edit image operations.
CompletedEditImageResponse() - Constructor for class ai.runapi.qwenimage.types.CompletedEditImageResponse
 
CompletedRemixImageResponse - Class in ai.runapi.qwenimage.types
Completed response for remix image operations.
CompletedRemixImageResponse() - Constructor for class ai.runapi.qwenimage.types.CompletedRemixImageResponse
 
CompletedTextToImageResponse - Class in ai.runapi.qwenimage.types
Completed response for text to image operations.
CompletedTextToImageResponse() - Constructor for class ai.runapi.qwenimage.types.CompletedTextToImageResponse
 
create(EditImageParams) - Method in class ai.runapi.qwenimage.resources.EditImageResource
Creates a edit image task.
create(EditImageParams, RequestOptions) - Method in class ai.runapi.qwenimage.resources.EditImageResource
Creates a edit image task with per-request options.
create(RemixImageParams) - Method in class ai.runapi.qwenimage.resources.RemixImageResource
Creates a remix image task.
create(RemixImageParams, RequestOptions) - Method in class ai.runapi.qwenimage.resources.RemixImageResource
Creates a remix image task with per-request options.
create(TextToImageParams) - Method in class ai.runapi.qwenimage.resources.TextToImageResource
Creates a text to image task.
create(TextToImageParams, RequestOptions) - Method in class ai.runapi.qwenimage.resources.TextToImageResource
Creates a text to image task with per-request options.

E

editImage() - Method in class ai.runapi.qwenimage.QwenImageClient
Edit Image operations.
EditImageModel - Class in ai.runapi.qwenimage.types
Model slug for edit image operations.
EditImageModel(String) - Constructor for class ai.runapi.qwenimage.types.EditImageModel
Creates a model value from a literal model slug.
EditImageParams - Class in ai.runapi.qwenimage.types
Parameters for edit image operations.
EditImageParams.Builder - Class in ai.runapi.qwenimage.types
Builder for EditImageParams.
EditImageResource - Class in ai.runapi.qwenimage.resources
Edit Image operations.
EditImageResource(HttpTransport, ClientOptions) - Constructor for class ai.runapi.qwenimage.resources.EditImageResource
Creates a resource bound to the supplied transport and client options.
EditImageResponse - Class in ai.runapi.qwenimage.types
Response for edit image operations.
EditImageResponse() - Constructor for class ai.runapi.qwenimage.types.EditImageResponse
 
ENDPOINT - Static variable in class ai.runapi.qwenimage.resources.EditImageResource
API endpoint path for edit image operations.
ENDPOINT - Static variable in class ai.runapi.qwenimage.resources.RemixImageResource
API endpoint path for remix image operations.
ENDPOINT - Static variable in class ai.runapi.qwenimage.resources.TextToImageResource
API endpoint path for text to image operations.
ensureResultPresent() - Method in class ai.runapi.qwenimage.types.ImagesTaskResponse
Ensures a completed response contains its expected result field.
extraFields() - Method in class ai.runapi.qwenimage.types.Image
Returns unrecognized response fields preserved from the API response.
extraFields() - Method in class ai.runapi.qwenimage.types.ImagesTaskResponse
Returns unrecognized response fields preserved from the API response.

G

get(String) - Method in class ai.runapi.qwenimage.resources.EditImageResource
Retrieves a edit image task by ID.
get(String) - Method in class ai.runapi.qwenimage.resources.RemixImageResource
Retrieves a remix image task by ID.
get(String) - Method in class ai.runapi.qwenimage.resources.TextToImageResource
Retrieves a text to image task by ID.
get(String, RequestOptions) - Method in class ai.runapi.qwenimage.resources.EditImageResource
Retrieves a edit image task by ID with per-request options.
get(String, RequestOptions) - Method in class ai.runapi.qwenimage.resources.RemixImageResource
Retrieves a remix image task by ID with per-request options.
get(String, RequestOptions) - Method in class ai.runapi.qwenimage.resources.TextToImageResource
Retrieves a text to image task by ID with per-request options.
getError() - Method in class ai.runapi.qwenimage.types.ImagesTaskResponse
Returns the task error message, if the task failed.
getId() - Method in class ai.runapi.qwenimage.types.ImagesTaskResponse
Returns the task ID.
getImages() - Method in class ai.runapi.qwenimage.types.ImagesTaskResponse
Returns the generated image results, when present.
getStatus() - Method in class ai.runapi.qwenimage.types.ImagesTaskResponse
Returns the current task status.
getUrl() - Method in class ai.runapi.qwenimage.types.Image
Returns the media URL.

I

Image - Class in ai.runapi.qwenimage.types
Media result URL.
Image() - Constructor for class ai.runapi.qwenimage.types.Image
 
ImagesTaskResponse - Class in ai.runapi.qwenimage.types
Task response base containing generated image results.
ImagesTaskResponse() - Constructor for class ai.runapi.qwenimage.types.ImagesTaskResponse
 

M

model(EditImageModel) - Method in class ai.runapi.qwenimage.types.EditImageParams.Builder
Sets the model slug using a typed model value.
model(RemixImageModel) - Method in class ai.runapi.qwenimage.types.RemixImageParams.Builder
Sets the model slug using a typed model value.
model(TextToImageModel) - Method in class ai.runapi.qwenimage.types.TextToImageParams.Builder
Sets the model slug using a typed model value.
model(String) - Method in class ai.runapi.qwenimage.types.EditImageParams.Builder
Sets the model slug using a string value.
model(String) - Method in class ai.runapi.qwenimage.types.RemixImageParams.Builder
Sets the model slug using a string value.
model(String) - Method in class ai.runapi.qwenimage.types.TextToImageParams.Builder
Sets the model slug using a string value.

O

outputFormat(String) - Method in class ai.runapi.qwenimage.types.EditImageParams.Builder
Sets the output format.
outputFormat(String) - Method in class ai.runapi.qwenimage.types.RemixImageParams.Builder
Sets the output format.
outputFormat(String) - Method in class ai.runapi.qwenimage.types.TextToImageParams.Builder
Sets the output format.

P

prompt(String) - Method in class ai.runapi.qwenimage.types.EditImageParams.Builder
Sets the text prompt.
prompt(String) - Method in class ai.runapi.qwenimage.types.RemixImageParams.Builder
Sets the text prompt.
prompt(String) - Method in class ai.runapi.qwenimage.types.TextToImageParams.Builder
Sets the text prompt.

Q

QWEN_IMAGE_EDIT_IMAGE - Static variable in class ai.runapi.qwenimage.types.EditImageModel
qwen-image-edit-image model slug.
QWEN_IMAGE_REMIX_IMAGE - Static variable in class ai.runapi.qwenimage.types.RemixImageModel
qwen-image-remix-image model slug.
QWEN_IMAGE_TEXT_TO_IMAGE - Static variable in class ai.runapi.qwenimage.types.TextToImageModel
qwen-image-text-to-image model slug.
QwenImageClient - Class in ai.runapi.qwenimage
QwenImage model-family Java SDK client.
QwenImageClient.Builder - Class in ai.runapi.qwenimage
Builder for QwenImageClient.

R

remixImage() - Method in class ai.runapi.qwenimage.QwenImageClient
Remix Image operations.
RemixImageModel - Class in ai.runapi.qwenimage.types
Model slug for remix image operations.
RemixImageModel(String) - Constructor for class ai.runapi.qwenimage.types.RemixImageModel
Creates a model value from a literal model slug.
RemixImageParams - Class in ai.runapi.qwenimage.types
Parameters for remix image operations.
RemixImageParams.Builder - Class in ai.runapi.qwenimage.types
Builder for RemixImageParams.
RemixImageResource - Class in ai.runapi.qwenimage.resources
Remix Image operations.
RemixImageResource(HttpTransport, ClientOptions) - Constructor for class ai.runapi.qwenimage.resources.RemixImageResource
Creates a resource bound to the supplied transport and client options.
RemixImageResponse - Class in ai.runapi.qwenimage.types
Response for remix image operations.
RemixImageResponse() - Constructor for class ai.runapi.qwenimage.types.RemixImageResponse
 
run(EditImageParams) - Method in class ai.runapi.qwenimage.resources.EditImageResource
Creates a edit image task and polls until it completes.
run(EditImageParams, RequestOptions) - Method in class ai.runapi.qwenimage.resources.EditImageResource
Creates a edit image task with per-request options and polls until it completes.
run(RemixImageParams) - Method in class ai.runapi.qwenimage.resources.RemixImageResource
Creates a remix image task and polls until it completes.
run(RemixImageParams, RequestOptions) - Method in class ai.runapi.qwenimage.resources.RemixImageResource
Creates a remix image task with per-request options and polls until it completes.
run(TextToImageParams) - Method in class ai.runapi.qwenimage.resources.TextToImageResource
Creates a text to image task and polls until it completes.
run(TextToImageParams, RequestOptions) - Method in class ai.runapi.qwenimage.resources.TextToImageResource
Creates a text to image task with per-request options and polls until it completes.

S

seed(int) - Method in class ai.runapi.qwenimage.types.EditImageParams.Builder
Sets the random seed.
seed(int) - Method in class ai.runapi.qwenimage.types.RemixImageParams.Builder
Sets the random seed.
seed(int) - Method in class ai.runapi.qwenimage.types.TextToImageParams.Builder
Sets the random seed.
sourceImageUrl(String) - Method in class ai.runapi.qwenimage.types.EditImageParams.Builder
Sets the source image URL.
sourceImageUrl(String) - Method in class ai.runapi.qwenimage.types.RemixImageParams.Builder
Sets the source image URL.
strength(double) - Method in class ai.runapi.qwenimage.types.RemixImageParams.Builder
Sets the strength.

T

textToImage() - Method in class ai.runapi.qwenimage.QwenImageClient
Text To Image operations.
TextToImageModel - Class in ai.runapi.qwenimage.types
Model slug for text to image operations.
TextToImageModel(String) - Constructor for class ai.runapi.qwenimage.types.TextToImageModel
Creates a model value from a literal model slug.
TextToImageParams - Class in ai.runapi.qwenimage.types
Parameters for text to image operations.
TextToImageParams.Builder - Class in ai.runapi.qwenimage.types
Builder for TextToImageParams.
TextToImageResource - Class in ai.runapi.qwenimage.resources
Text To Image operations.
TextToImageResource(HttpTransport, ClientOptions) - Constructor for class ai.runapi.qwenimage.resources.TextToImageResource
Creates a resource bound to the supplied transport and client options.
TextToImageResponse - Class in ai.runapi.qwenimage.types
Response for text to image operations.
TextToImageResponse() - Constructor for class ai.runapi.qwenimage.types.TextToImageResponse
 
toMap() - Method in class ai.runapi.qwenimage.types.EditImageParams
Converts these parameters to the JSON request body shape.
toMap() - Method in class ai.runapi.qwenimage.types.RemixImageParams
Converts these parameters to the JSON request body shape.
toMap() - Method in class ai.runapi.qwenimage.types.TextToImageParams
Converts these parameters to the JSON request body shape.
transport(HttpTransport) - Method in class ai.runapi.qwenimage.QwenImageClient.Builder
Sets a custom HTTP transport.
A B C E G I M O P Q R S T 
All Classes and Interfaces|All Packages|Constant Field Values