together-fine-tuning
Pass
Audited by Gen Agent Trust Hub on Mar 30, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill includes functionality in
scripts/vlm_finetune.pyand documentation inreferences/data-formats.mdto download image assets from user-provided URLs using therequestslibrary. This is used to convert remote images into the base64 format required for Vision-Language Model (VLM) training. - [COMMAND_EXECUTION]: The provided Python scripts and Markdown documentation utilize the
togetherSDK and CLI to manage model fine-tuning jobs, upload datasets, and create dedicated inference endpoints. These operations are performed against the official Together AI API infrastructure. - [DATA_EXFILTRATION]: The skill facilitates the transfer of local datasets to Together AI's platform (
api.together.xyz). This data transfer is the intended core purpose of the skill for model adaptation and training. - [SAFE]: All scripts follow best practices for secret management by retrieving the
TOGETHER_API_KEYfrom environment variables rather than hardcoding credentials. The skill exclusively interacts with well-known AI model providers and infrastructure services.
Audit Metadata