Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
将已保存的 Fastino 训练检查点部署到托管推理服务。
curl -X POST \ https://api.fastino.ai/v1/training-jobs/YOUR_TRAINING_JOB_ID/checkpoints/CHECKPOINT_ID/deploy \ -H "X-API-Key: $FASTINO_API_KEY"
{ "success": true, "message": "Checkpoint deployed", "job_id": "YOUR_TRAINING_JOB_ID", "checkpoint_id": "CHECKPOINT_ID", "mme_path": "PROVIDER_MODEL_PATH" }
POST /v1/training-jobs/{job_id}/checkpoints/{checkpoint_id}/deploy
404
4xx
此页面对您有帮助吗?