_status
AlchemyUpscaleResult
Bases: HordeAPIData
Represents the result of an upscale job.
Source code in horde_sdk/ai_horde_api/apimodels/alchemy/_status.py
AlchemyCaptionResult
Bases: HordeAPIData
Represents the result of a caption job.
Source code in horde_sdk/ai_horde_api/apimodels/alchemy/_status.py
AlchemyNSFWResult
Bases: HordeAPIData
Represents the result of an NSFW evaluation.
Source code in horde_sdk/ai_horde_api/apimodels/alchemy/_status.py
AlchemyInterrogationResultItem
Bases: HordeAPIData
Represents an item in the result of an interrogation job.
Source code in horde_sdk/ai_horde_api/apimodels/alchemy/_status.py
AlchemyInterrogationDetails
Bases: HordeAPIData
The details of an interrogation job.
Source code in horde_sdk/ai_horde_api/apimodels/alchemy/_status.py
tags
instance-attribute
The resulting similar tags of the image.
sites
instance-attribute
The resulting similar sites of the image.
artists
instance-attribute
The resulting similar artists of the image.
flavors
instance-attribute
The resulting similar flavors of the image.
mediums
instance-attribute
The resulting similar mediums of the image.
movements
instance-attribute
The resulting similar movements of the image.
AlchemyInterrogationResult
Bases: HordeAPIData
Represents the result of an interrogation job. Use the interrogation field for the details.
Source code in horde_sdk/ai_horde_api/apimodels/alchemy/_status.py
AlchemyFormStatus
Bases: HordeAPIData
Represents the status of a form in an interrogation job.
Source code in horde_sdk/ai_horde_api/apimodels/alchemy/_status.py
result
class-attribute
instance-attribute
result: AlchemyInterrogationDetails | AlchemyNSFWResult | AlchemyCaptionResult | AlchemyUpscaleResult | None = None
The result of the form.
validate_form
Source code in horde_sdk/ai_horde_api/apimodels/alchemy/_status.py
validate_result
Source code in horde_sdk/ai_horde_api/apimodels/alchemy/_status.py
AlchemyStatusResponse
Bases: HordeResponseBaseModel, ResponseWithProgressMixin
The response from the /v2/interrogate/status/{id} endpoint.
You will find the results of the alchemy here.
v2 API Model: InterrogationStatus
Source code in horde_sdk/ai_horde_api/apimodels/alchemy/_status.py
state
instance-attribute
The state of the job. See GENERATION_STATE for possible values.
all_interrogation_results
property
Return all completed interrogation results.
all_nsfw_results
property
Return all completed nsfw results.
all_caption_results
property
Return all completed caption results.
all_upscale_results
property
Return all completed upscale results.
get_api_model_name
classmethod
is_job_complete
Source code in horde_sdk/ai_horde_api/apimodels/alchemy/_status.py
is_job_possible
is_final_follow_up
classmethod
get_finalize_success_request_type
classmethod
__eq__
AlchemyStatusRequest
Bases: BaseAIHordeRequest, JobRequestMixin, APIKeyAllowedInRequestMixin
Represents the data needed to make a request to the /v2/interrogate/status/{id} endpoint.
Source code in horde_sdk/ai_horde_api/apimodels/alchemy/_status.py
get_api_model_name
classmethod
get_http_method
classmethod
get_api_endpoint_subpath
classmethod
get_default_success_response_type
classmethod
AlchemyDeleteRequest
Bases: BaseAIHordeRequest, JobRequestMixin
Represents the data needed to make a request to the /v2/interrogate/status/{id} endpoint.