š New Models Available: grok-4 now live!
ā Explore New Features
{
"file_data": "WYEZiBBYiQB0GBKZFqKFqqq4eoWB2V6bkIssVNyTIuCvC7IV9qBozO3G2",
"finetune_comment": "my-first-finetune",
"mode": "general",
"iterations": 100
}
curl --location --request POST 'https://api.cometapi.com/finetune' \
--header 'Authorization: Bearer {{api-key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"file_data": "WYEZiBBYiQB0GBKZFqKFqqq4eoWB2V6bkIssVNyTIuCvC7IV9qBozO3G2",
"finetune_comment": "my-first-finetune",
"mode": "general",
"iterations": 100
}'
{}