Search...
/
Documentation
API Reference
Changelog
Discord
Empathic Voice Interface (EVI)
Tools
Prompts
Custom Voices
Configs
Chats
Chat Groups
Chat
Expression Measurement API
Batch
Stream
Custom Models API
Files
Datasets
Models
GET
List models
GET
Get model details
PATCH
Update model name
GET
List model versions
GET
Get model version
PATCH
Update model description
Jobs
Get support
Login
Custom Models API
Models
Update model description
PATCH
https://
api.hume.ai
/
v0
/
registry
/
models
/
version
/
:id
Returns 200 if successful
Path parameters
id
string
Required
Hume-generated ID of a Model Version
Request
This endpoint expects a string.
Response
This endpoint returns an object.
id
string
Hume-generated Model version ID
model_id
string
Hume-generated Model ID of the parent Model
user_id
string
Hume-generated User ID
version
string
Model version number
source_uri
string
Model version's source file URI
dataset_version_id
string
Hume-generated Dataset version ID for the Dataset version the Model version was trained on
created_on
long
Created date and time
metadata
map from strings to maps from strings to any
Optional
Additional details as key, value pairs
description
string
Optional
Model version description
tags
list of objects
Optional
List of Tags associated with the Model version
Show 2 properties
file_type
enum
Optional
File type: video, audio, video_no_audio, image, text, or mediapipe_facemesh
Show 6 enum values
target_feature
string
Optional
Target feature, the feature the model was trained against
task_type
string
Optional
Type of the task used to train
training_job_id
string
Optional
ID of the batch training job
Built with