_status
GenerationKobold
Bases: Generation
Source code in horde_sdk/ai_horde_api/apimodels/generate/text/_status.py
id_
class-attribute
instance-attribute
The ID for this generation.
gen_metadata
class-attribute
instance-attribute
Extra metadata about faulted or defaulted components of the generation.
seed
class-attribute
instance-attribute
The seed which generated this text.
text
class-attribute
instance-attribute
The generated text.
get_api_model_name
classmethod
validate_id
__eq__
TextGenerateStatusResponse
Bases: HordeResponseBaseModel, ResponseWithProgressMixin, ResponseGenerationProgressInfoMixin
Source code in horde_sdk/ai_horde_api/apimodels/generate/text/_status.py
generations
class-attribute
instance-attribute
The generations that have been completed in this request.
get_api_model_name
classmethod
get_finalize_success_request_type
classmethod
is_job_complete
is_job_possible
is_final_follow_up
classmethod
__eq__
DeleteTextGenerateRequest
Bases: BaseAIHordeRequest, JobRequestMixin
Represents a DELETE request to the /v2/generate/text/status/{id} endpoint.
Source code in horde_sdk/ai_horde_api/apimodels/generate/text/_status.py
get_api_model_name
classmethod
get_http_method
classmethod
get_api_endpoint_subpath
classmethod
get_default_success_response_type
classmethod
__eq__
TextGenerateStatusRequest
Bases: BaseAIHordeRequest, JobRequestMixin
Represents a GET request to the /v2/generate/status/{id} endpoint.