_async
AlchemyAsyncResponse
Bases: HordeResponseBaseModel, JobResponseMixin, ResponseRequiringFollowUpMixin, ContainsMessageResponseMixin
Represents the data returned from the /v2/alchemy/async endpoint.
v2 API Model: RequestInterrogationResponse
Source code in horde_sdk/ai_horde_api/apimodels/alchemy/_async.py
get_api_model_name
classmethod
get_follow_up_returned_params
get_follow_up_default_request_type
classmethod
get_follow_up_request_types
classmethod
get_follow_up_failure_cleanup_request_type
classmethod
AlchemyAsyncRequestFormItem
Bases: HordeAPIData
Source code in horde_sdk/ai_horde_api/apimodels/alchemy/_async.py
check_name
Source code in horde_sdk/ai_horde_api/apimodels/alchemy/_async.py
AlchemyAsyncRequest
Bases: BaseAIHordeRequest, APIKeyAllowedInRequestMixin
Source code in horde_sdk/ai_horde_api/apimodels/alchemy/_async.py
forms
instance-attribute
The list of forms (types of post-processing/interrogation/captioning/etc) to request.
source_image
instance-attribute
The public URL of the source image or a base64 string to use.
slow_workers
class-attribute
instance-attribute
Whether to use the slower workers. Costs additional kudos if False.
extra_slow_workers
class-attribute
instance-attribute
Whether to use the super slow workers.