Connection check
verified live · 20h ago
rvc-training
Train portable RVC v2 voice models from audio in the cloud and download the .pth, .index, and ZIP.
Tools
18
GitHub stars
—
Installs / wk
—
Licence
—
Transport
streamable-http
Last checked
20h ago
Tools & capabilities
18 toolsRead from the running server on 20h ago.
create_image_training_job
stepsimages*modelName*subjectType*
Use after quote_image_training. Declares the images by name and size and returns one PUT upload URL per image slot. Upload every image before calling start_image_training. The firs… Use after quote_image_training. Declares the images by name and size and returns one PUT upload URL per image slot. Upload every image before calling start_image_training. The first run per account is free; later runs reserve the quoted price from the NiceVois balance.
create_training_job
epochs*fileName*modelName*sizeBytes*contentType*submissionId*
+2
Creates a private NiceVois job and returns a one-time PUT upload URL. Do not ask for consent before the first attempt because NiceVois remembers the current standing account agreem… Creates a private NiceVois job and returns a one-time PUT upload URL. Do not ask for consent before the first attempt because NiceVois remembers the current standing account agreement. If the server returns CONSENT_REQUIRED, ask for one acceptance of the linked standing agreement and retry once with acceptsStandingAgreement=true. This allocates a private training slot but does not start GPU work until the audio is uploaded and start_training is called.
create_voice_conversion
modelId*fileName*sizeBytestransposedurationSeconds*
Use this when the user has selected a private voice model and wants to convert one vocal recording. Returns a private upload instruction. Upload only the source vocal, then call ge… Use this when the user has selected a private voice model and wants to convert one vocal recording. Returns a private upload instruction. Upload only the source vocal, then call get_voice_conversion with the same conversion ID.
create_voice_model_import
fileName*sizeBytes*
Use this when the user wants to convert with an existing private RVC .pth file or complete model ZIP instead of a voice trained in their NiceVois library. Returns a one-time PUT up… Use this when the user wants to convert with an existing private RVC .pth file or complete model ZIP instead of a voice trained in their NiceVois library. Returns a one-time PUT upload instruction. After uploading, call list_voice_models to select the imported voice.
download_voice_conversion_output
kind*eventIdconversionId*confirmRepeat
Use after get_voice_conversion says the job is complete and the user wants the cleaned or standard output. Each download uses the source audio's duration from the account's convers… Use after get_voice_conversion says the job is complete and the user wants the cleaned or standard output. Each download uses the source audio's duration from the account's conversion-download minutes. If the exact file was downloaded before, ask before retrying and then set confirmRepeat true.
get_conversion_requirements
read-only
Use this when a user wants to convert vocals with RVC or compare a normal RVC result with NiceVois cleaned consonants and breaths. Returns the real input formats, model choices, wo… Use this when a user wants to convert vocals with RVC or compare a normal RVC result with NiceVois cleaned consonants and breaths. Returns the real input formats, model choices, workflow, current free-beta policy, and outputs.
get_image_training_job
read-only
jobId*
Use this to check truthful stage, progress percent, ETA, and the download link for one image training job. Poll reasonably; do not call more often than every 20 seconds - a typical… Use this to check truthful stage, progress percent, ETA, and the download link for one image training job. Poll reasonably; do not call more often than every 20 seconds - a typical run takes 20 to 60 minutes.
get_image_training_requirements
read-only
Use this when a user wants to train an image LoRA (a portable .safetensors style/subject model) from their own images without a local GPU. Returns the real image formats, counts, s… Use this when a user wants to train an image LoRA (a portable .safetensors style/subject model) from their own images without a local GPU. Returns the real image formats, counts, step range, base model, workflow, and pricing.
get_training_account
read-only
Call before quoting or creating a training job. Returns the connected account's welcome-credit status, available and reserved balance, balance packs, and a private browser link tha… Call before quoting or creating a training job. Returns the connected account's welcome-credit status, available and reserved balance, balance packs, and a private browser link that keeps checkout on this same agent identity.
get_training_job
read-only
jobId*
Use this to check truthful stage, completed epochs, ETA, and artifact readiness for one private NiceVois training job. Poll reasonably; do not call more often than every 15 seconds… Use this to check truthful stage, completed epochs, ETA, and artifact readiness for one private NiceVois training job. Poll reasonably; do not call more often than every 15 seconds.
get_training_requirements
read-only
Use this before training an AI voice to confirm NiceVois input formats, duration and epoch limits, consent requirements, outputs, retention, and the exact upload workflow. Use this before training an AI voice to confirm NiceVois input formats, duration and epoch limits, consent requirements, outputs, retention, and the exact upload workflow.
get_voice_conversion
read-only
conversionId*
Use this when checking one private NiceVois conversion. Poll no more than once every 10 seconds. Report the returned stage without inventing progress. When complete, present the Ni… Use this when checking one private NiceVois conversion. Poll no more than once every 10 seconds. Report the returned stage without inventing progress. When complete, present the NiceVois cleaned version first and use download_voice_conversion_output for the version the user requests.
list_training_jobs
read-only
Use this to find the authenticated user's recent NiceVois jobs before asking for a job ID they may not know. Use this to find the authenticated user's recent NiceVois jobs before asking for a job ID they may not know.
list_voice_models
read-only
Use this when the user wants to convert audio and you need to select one of their private NiceVois-trained or uploaded RVC voices. Do not ask for a model ID before calling this too… Use this when the user wants to convert audio and you need to select one of their private NiceVois-trained or uploaded RVC voices. Do not ask for a model ID before calling this tool.
quote_image_training
read-only
steps*imageCount*
Use this before creating an image training job. Returns the exact price for the requested steps and image count, whether the account's free run is still available, and whether the… Use this before creating an image training job. Returns the exact price for the requested steps and image count, whether the account's free run is still available, and whether the current balance covers it.
quote_training
read-only
epochs*durationSeconds*
Call after inspecting the audio and before creating a job. Returns the exact payable amount, current balance, welcome-credit effect, shortfall, feasibility, and the private balance… Call after inspecting the audio and before creating a job. Returns the exact payable amount, current balance, welcome-credit effect, shortfall, feasibility, and the private balance-page link when more balance is needed.
start_image_training
jobId*
Use this only after every image was successfully PUT to its upload URL from create_image_training_job. Starts the isolated cloud GPU training run. Use this only after every image was successfully PUT to its upload URL from create_image_training_job. Starts the isolated cloud GPU training run.
start_training
jobId*