Search...
/
Login
Documentation
API Reference
Integrations
Release Notes
Status
Documentation
API Reference
Integrations
Release Notes
Status
OctoAI API
Authentication
Inference
Account
Endpoint
Telemetry
Secret
Registry Credential
Public Endpoint
Instance Types
Text Generation API
STREAM
Create Chat Completion
STREAM
Create Completion
Media Generation API
POST
Generate SDXL
POST
Generate SD3
POST
Generate ControlNet SDXL
POST
Generate SVD
POST
Generate FLUX.1 [dev]
POST
Generate FLUX.1 [schnell]
Fine Tuning API
POST
Create Tune
GET
Get Tune
DEL
Delete Tune
POST
Cancel Tune
GET
List Tunes
Asset Library API
GET
List Assets
POST
Create Asset
DEL
Delete Asset
POST
Complete Asset Upload
GET
Retrieve Asset
Media Utilities API
POST
Adetailer
POST
Upscaling
POST
Remove Background
Login
Fine Tuning API
Get Tune
GET
https://api.octoai.cloud
/
v1
/
tune
/
:tune_id
Get the specific tune.
Path parameters
tune_id
string
Required
The ID of the tune.
Response
This endpoint returns an object.
created_at
datetime
The time this tune task was created.
description
string
The description of the tune.
details
object
Tune details.
Show 2 variants
id
string
The ID of the LoRA tune.
name
string
The name of the tune.
output_lora_ids
list of strings
The output LoRA IDs, if the task was successful.
status
enum
Allowed values:
pending
running
succeeded
cancelled
failed
The status of the associated task.
status_details
string
The details of the status, only used when the associated task failed.
tenant_id
string
The tenant who requested the LoRA tune.
tune_type
enum
Allowed values:
lora_tune
text_to_speech_latent_tune
text_to_speech_rvc_tune
text_to_speech_tortoise_tune
The type of this tune.
updated_at
datetime
The time this tune task was updated.
deleted_at
datetime
Optional
The time this tune task was deleted.
result
object
Optional
Tune result.
Show 4 properties
succeeded_at
datetime
Optional
The time the tune task succeeded.