cURL
curl --request POST \ --url https://api.faces.sh/v1/compile/threads \ --header 'Content-Type: application/json' \ --data ' { "label": "<string>", "model": "<string>" } '
{ "thread_id": "<string>", "label": "<string>", "model": "<string>", "status": "<string>", "message": { "role": "<string>", "content": "<string>", "name": "<string>" }, "tokens_used": 123, "tokens_limit": 123 }
Start a new compile thread for conversational training.
Successful Response
Shared shape for /start and /messages responses.
Show child attributes