{"resources":{"together":{"id":"together","name":"together","fields":{"batch":{"name":"batch","type":"\u001btogether.batch","title":"Together AI batch inference job","desc":"Batch inference job including its status, model, progress, and associated input/output files. Use `together.batches.where(status == \"IN_PROGRESS\")` to find running jobs or inspect `modelId` to audit which models are being used for batch inference.","provider":"go.mondoo.com/mql/providers/together","is_implicit_resource":true,"maturity":"preview"},"batches":{"name":"batches","type":"\u0019\u001btogether.batch","title":"Batch inference jobs","provider":"go.mondoo.com/mql/providers/together"},"cluster":{"name":"cluster","type":"\u001btogether.cluster","title":"Together AI GPU compute cluster","desc":"GPU compute cluster provisioned through Together AI, covering its GPU type, node count, region, billing type, and OIDC configuration. Use `together.clusters.where(status == \"Ready\")` to find active clusters or inspect `oidcIssuer` for identity federation auditing.","provider":"go.mondoo.com/mql/providers/together","is_implicit_resource":true,"maturity":"preview"},"clusterStorageVolume":{"name":"clusterStorageVolume","type":"\u001btogether.clusterStorageVolume","title":"Together AI cluster storage volume","desc":"Persistent storage volume attached to a Together AI GPU cluster. Volumes back model checkpoints, datasets, and scratch space for cluster workloads, so tracking their capacity and lifecycle state matters for both cost and availability. The `sizeTib` field reports provisioned capacity in TiB, and `status` reports where the volume sits in its provisioning and binding lifecycle.","is_private":true,"provider":"go.mondoo.com/mql/providers/together","is_implicit_resource":true,"maturity":"preview"},"clusters":{"name":"clusters","type":"\u0019\u001btogether.cluster","title":"GPU compute clusters","provider":"go.mondoo.com/mql/providers/together"},"deployment":{"name":"deployment","type":"\u001btogether.deployment","title":"Together AI container deployment","desc":"Container deployment (Jig) that runs a custom image as a full container workload with GPU acceleration, covering the container image, GPU allocation, autoscaling bounds, configured environment variable names, and health check settings. Query `together.deployments.where(status == \"Ready\")` to find active deployments, or inspect `image` for container supply chain auditing.","provider":"go.mondoo.com/mql/providers/together","is_implicit_resource":true,"maturity":"preview"},"deployments":{"name":"deployments","type":"\u0019\u001btogether.deployment","title":"Container deployments","provider":"go.mondoo.com/mql/providers/together"},"endpoint":{"name":"endpoint","type":"\u001btogether.endpoint","title":"Together AI dedicated endpoint","desc":"Dedicated endpoint deployment that serves a model, including its runtime state, endpoint type, owner, and creation time. Use `together.endpoints.where(state == \"STARTED\")` to find active endpoints, or filter by `owner` to audit who provisioned dedicated compute.","provider":"go.mondoo.com/mql/providers/together","is_implicit_resource":true,"maturity":"preview"},"endpoints":{"name":"endpoints","type":"\u0019\u001btogether.endpoint","title":"Dedicated endpoint deployments","provider":"go.mondoo.com/mql/providers/together"},"eval":{"name":"eval","type":"\u001btogether.eval","title":"Together AI evaluation job","desc":"Evaluation job run against a model, covering the evaluation `type` (classify, score, or compare), its lifecycle `status`, the owning account, and creation/update timestamps. Query these to audit which evaluations ran, who launched them, and whether any are still active, for example `together.evals.where(status == \"running\")`.","provider":"go.mondoo.com/mql/providers/together","is_implicit_resource":true,"maturity":"preview"},"evals":{"name":"evals","type":"\u0019\u001btogether.eval","title":"Evaluation jobs","provider":"go.mondoo.com/mql/providers/together"},"file":{"name":"file","type":"\u001btogether.file","title":"Together AI uploaded file","desc":"File uploaded to a Together AI account for fine-tuning, evaluation, or batch processing. The `purpose` field records what the file is used for and `filename` preserves the original name, so together they let you audit exactly what training and evaluation data has been sent to the account. `fileType` and `bytes` describe the stored payload, and `processed` reports whether ingestion has completed.","provider":"go.mondoo.com/mql/providers/together","is_implicit_resource":true,"maturity":"preview"},"files":{"name":"files","type":"\u0019\u001btogether.file","title":"Uploaded files","provider":"go.mondoo.com/mql/providers/together"},"fineTune":{"name":"fineTune","type":"\u001btogether.fineTune","title":"Together AI fine-tuning job","desc":"Fine-tuning job that adapts a base model on your own training data, including its lifecycle status, the base model, the resulting output model name, training hyperparameters, token count, and billed cost. Auditing these surfaces which custom models exist, how they were trained, and their spend. Use `together.fineTunes.where(status == \"running\")` to find active jobs.","provider":"go.mondoo.com/mql/providers/together","is_implicit_resource":true,"maturity":"preview"},"fineTunes":{"name":"fineTunes","type":"\u0019\u001btogether.fineTune","title":"Fine-tuning jobs","provider":"go.mondoo.com/mql/providers/together"},"model":{"name":"model","type":"\u001btogether.model","title":"Together AI model","desc":"Model available in the Together AI catalog, including its type, creator organization, license, context window length, and pricing. Models span chat, language, code, image, embedding, moderation, and rerank types. Use `together.models.where(type == \"chat\")` to filter by capability. AIBOM-relevant fields (`family`, `parameterSize`, `quantization`) are parsed from the model identifier.","provider":"go.mondoo.com/mql/providers/together","is_implicit_resource":true,"maturity":"preview"},"models":{"name":"models","type":"\u0019\u001btogether.model","title":"Available models in the Together AI catalog","provider":"go.mondoo.com/mql/providers/together"},"organization":{"name":"organization","type":"\u0007","title":"Project identifier the account connection is scoped to","provider":"go.mondoo.com/mql/providers/together"},"secret":{"name":"secret","type":"\u001btogether.secret","title":"Together AI managed secret","desc":"Managed secret used in deployments, referenced by environment variables in deployment configurations. The `name` and `createdBy` fields let you audit secret ownership, and `lastUpdatedBy` together with `updatedAt` reveals who last changed the secret and when.","provider":"go.mondoo.com/mql/providers/together","is_implicit_resource":true,"maturity":"preview"},"secrets":{"name":"secrets","type":"\u0019\u001btogether.secret","title":"Managed secrets for deployments","provider":"go.mondoo.com/mql/providers/together"},"volume":{"name":"volume","type":"\u001btogether.volume","title":"Together AI persistent volume","desc":"Persistent volume that container deployments mount for file storage that survives deployment restarts. The `mountedBy` field lists the deployments currently attached to the volume, and `type` reports its access mode for auditing.","provider":"go.mondoo.com/mql/providers/together","is_implicit_resource":true,"maturity":"preview"},"volumes":{"name":"volumes","type":"\u0019\u001btogether.volume","title":"Persistent volumes for deployments","provider":"go.mondoo.com/mql/providers/together"}},"title":"Together AI account","desc":"Together AI account scoped to a single project, the entry point for auditing an account's inference and training footprint. Reachable through it are the available models catalog, fine-tuning jobs, dedicated endpoint deployments, container deployments, uploaded files, GPU compute clusters, managed secrets, batch inference jobs, evaluation jobs, and persistent volumes. The project the account is scoped to is reported by the organization field.","min_provider_version":"13.0.0","defaults":"organization","provider":"go.mondoo.com/mql/providers/together","maturity":"preview"},"together.batch":{"id":"together.batch","name":"together.batch","fields":{"completedAt":{"name":"completedAt","type":"\t","is_mandatory":true,"title":"Job completion time","provider":"go.mondoo.com/mql/providers/together"},"createdAt":{"name":"createdAt","type":"\t","is_mandatory":true,"title":"Job creation time","provider":"go.mondoo.com/mql/providers/together"},"endpoint":{"name":"endpoint","type":"\u0007","is_mandatory":true,"title":"API endpoint used for inference","provider":"go.mondoo.com/mql/providers/together"},"errorFileId":{"name":"errorFileId","type":"\u0007","is_mandatory":true,"title":"Error file identifier","provider":"go.mondoo.com/mql/providers/together"},"fileSizeBytes":{"name":"fileSizeBytes","type":"\u0005","is_mandatory":true,"title":"Input file size in bytes","provider":"go.mondoo.com/mql/providers/together"},"id":{"name":"id","type":"\u0007","is_mandatory":true,"title":"Job identifier","provider":"go.mondoo.com/mql/providers/together"},"inputFileId":{"name":"inputFileId","type":"\u0007","is_mandatory":true,"title":"Input file identifier","provider":"go.mondoo.com/mql/providers/together"},"jobDeadline":{"name":"jobDeadline","type":"\t","is_mandatory":true,"title":"Job deadline","provider":"go.mondoo.com/mql/providers/together"},"modelId":{"name":"modelId","type":"\u0007","is_mandatory":true,"title":"Model used for inference","provider":"go.mondoo.com/mql/providers/together"},"outputFileId":{"name":"outputFileId","type":"\u0007","is_mandatory":true,"title":"Output file identifier","provider":"go.mondoo.com/mql/providers/together"},"progress":{"name":"progress","type":"\u0006","is_mandatory":true,"title":"Completion progress (0.0 to 100.0)","provider":"go.mondoo.com/mql/providers/together"},"status":{"name":"status","type":"\u0007","is_mandatory":true,"title":"Job status","desc":"One of VALIDATING, IN_PROGRESS, COMPLETED, FAILED, EXPIRED, or CANCELLED.","provider":"go.mondoo.com/mql/providers/together"},"userId":{"name":"userId","type":"\u0007","is_mandatory":true,"title":"User that created the job","provider":"go.mondoo.com/mql/providers/together"}},"title":"Together AI batch inference job","desc":"Batch inference job including its status, model, progress, and associated input/output files. Use `together.batches.where(status == \"IN_PROGRESS\")` to find running jobs or inspect `modelId` to audit which models are being used for batch inference.","min_provider_version":"13.0.0","defaults":"id status modelId","provider":"go.mondoo.com/mql/providers/together","maturity":"preview"},"together.cluster":{"id":"together.cluster","name":"together.cluster","fields":{"billingType":{"name":"billingType","type":"\u0007","is_mandatory":true,"title":"Billing type","desc":"One of RESERVED, ON_DEMAND, or SCHEDULED_CAPACITY.","provider":"go.mondoo.com/mql/providers/together"},"clusterType":{"name":"clusterType","type":"\u0007","is_mandatory":true,"title":"Cluster type","desc":"One of KUBERNETES or SLURM.","provider":"go.mondoo.com/mql/providers/together"},"createdAt":{"name":"createdAt","type":"\t","is_mandatory":true,"title":"Cluster creation time","provider":"go.mondoo.com/mql/providers/together"},"cudaVersion":{"name":"cudaVersion","type":"\u0007","is_mandatory":true,"title":"CUDA version installed","provider":"go.mondoo.com/mql/providers/together"},"gpuType":{"name":"gpuType","type":"\u0007","is_mandatory":true,"title":"GPU hardware type","desc":"One of H100_SXM, H200_SXM, RTX_6000_PCI, L40_PCIE, B200_SXM, or H100_SXM_INF.","provider":"go.mondoo.com/mql/providers/together"},"id":{"name":"id","type":"\u0007","is_mandatory":true,"title":"Cluster identifier","provider":"go.mondoo.com/mql/providers/together"},"name":{"name":"name","type":"\u0007","is_mandatory":true,"title":"Cluster display name","provider":"go.mondoo.com/mql/providers/together"},"numCpuWorkers":{"name":"numCpuWorkers","type":"\u0005","is_mandatory":true,"title":"Number of CPU workers","provider":"go.mondoo.com/mql/providers/together"},"numGpus":{"name":"numGpus","type":"\u0005","is_mandatory":true,"title":"Total number of GPUs in the cluster","provider":"go.mondoo.com/mql/providers/together"},"nvidiaDriverVersion":{"name":"nvidiaDriverVersion","type":"\u0007","is_mandatory":true,"title":"NVIDIA driver version installed","provider":"go.mondoo.com/mql/providers/together"},"oidcClientId":{"name":"oidcClientId","type":"\u0007","is_mandatory":true,"title":"OIDC client ID","provider":"go.mondoo.com/mql/providers/together"},"oidcIssuer":{"name":"oidcIssuer","type":"\u0007","is_mandatory":true,"title":"OIDC issuer URL for identity federation","provider":"go.mondoo.com/mql/providers/together"},"projectId":{"name":"projectId","type":"\u0007","is_mandatory":true,"title":"Project identifier","provider":"go.mondoo.com/mql/providers/together"},"region":{"name":"region","type":"\u0007","is_mandatory":true,"title":"Cluster region","provider":"go.mondoo.com/mql/providers/together"},"reservationEndTime":{"name":"reservationEndTime","type":"\t","is_mandatory":true,"title":"Reservation end time","provider":"go.mondoo.com/mql/providers/together"},"reservationStartTime":{"name":"reservationStartTime","type":"\t","is_mandatory":true,"title":"Reservation start time","provider":"go.mondoo.com/mql/providers/together"},"status":{"name":"status","type":"\u0007","is_mandatory":true,"title":"Cluster status","desc":"One of WaitingForControlPlaneNodes, WaitingForDataPlaneNodes, WaitingForSubnet, WaitingForSharedVolume, InstallingDrivers, RunningAcceptanceTests, Paused, OnDemandComputePaused, Ready, Degraded, or Deleting.","provider":"go.mondoo.com/mql/providers/together"},"storageVolumes":{"name":"storageVolumes","type":"\u0019\u001btogether.clusterStorageVolume","title":"Persistent storage volumes attached to this cluster","provider":"go.mondoo.com/mql/providers/together"}},"title":"Together AI GPU compute cluster","desc":"GPU compute cluster provisioned through Together AI, covering its GPU type, node count, region, billing type, and OIDC configuration. Use `together.clusters.where(status == \"Ready\")` to find active clusters or inspect `oidcIssuer` for identity federation auditing.","min_provider_version":"13.0.0","defaults":"name gpuType numGpus region status","provider":"go.mondoo.com/mql/providers/together","maturity":"preview"},"together.clusterStorageVolume":{"id":"together.clusterStorageVolume","name":"together.clusterStorageVolume","fields":{"sizeTib":{"name":"sizeTib","type":"\u0005","is_mandatory":true,"title":"Volume size in TiB","provider":"go.mondoo.com/mql/providers/together"},"status":{"name":"status","type":"\u0007","is_mandatory":true,"title":"Volume status","desc":"One of scheduled, available, bound, provisioning, deleting, failed, access_revoked, or unknown.","provider":"go.mondoo.com/mql/providers/together"},"volumeId":{"name":"volumeId","type":"\u0007","is_mandatory":true,"title":"Volume identifier","provider":"go.mondoo.com/mql/providers/together"},"volumeName":{"name":"volumeName","type":"\u0007","is_mandatory":true,"title":"Volume name","provider":"go.mondoo.com/mql/providers/together"}},"title":"Together AI cluster storage volume","desc":"Persistent storage volume attached to a Together AI GPU cluster. Volumes back model checkpoints, datasets, and scratch space for cluster workloads, so tracking their capacity and lifecycle state matters for both cost and availability. The `sizeTib` field reports provisioned capacity in TiB, and `status` reports where the volume sits in its provisioning and binding lifecycle.","private":true,"min_provider_version":"13.0.0","defaults":"volumeName sizeTib status","provider":"go.mondoo.com/mql/providers/together","maturity":"preview"},"together.deployment":{"id":"together.deployment","name":"together.deployment","fields":{"cpu":{"name":"cpu","type":"\u0006","is_mandatory":true,"title":"CPU cores allocated","provider":"go.mondoo.com/mql/providers/together"},"createdAt":{"name":"createdAt","type":"\t","is_mandatory":true,"title":"Deployment creation time","provider":"go.mondoo.com/mql/providers/together"},"description":{"name":"description","type":"\u0007","is_mandatory":true,"title":"Deployment description","provider":"go.mondoo.com/mql/providers/together"},"desiredReplicas":{"name":"desiredReplicas","type":"\u0005","is_mandatory":true,"title":"Desired number of replicas","provider":"go.mondoo.com/mql/providers/together"},"environmentVariableNames":{"name":"environmentVariableNames","type":"\u0019\u0007","is_mandatory":true,"title":"Names of environment variables configured on the deployment","provider":"go.mondoo.com/mql/providers/together"},"gpuCount":{"name":"gpuCount","type":"\u0005","is_mandatory":true,"title":"Number of GPUs allocated","provider":"go.mondoo.com/mql/providers/together"},"gpuType":{"name":"gpuType","type":"\u0007","is_mandatory":true,"title":"GPU hardware type","desc":"One of h100-80gb, h100-40gb-mig, h200-140gb, or b200-192gb.","provider":"go.mondoo.com/mql/providers/together"},"healthCheckPath":{"name":"healthCheckPath","type":"\u0007","is_mandatory":true,"title":"Health check path","provider":"go.mondoo.com/mql/providers/together"},"id":{"name":"id","type":"\u0007","is_mandatory":true,"title":"Deployment identifier","provider":"go.mondoo.com/mql/providers/together"},"image":{"name":"image","type":"\u0007","is_mandatory":true,"title":"Container image","provider":"go.mondoo.com/mql/providers/together"},"maxReplicas":{"name":"maxReplicas","type":"\u0005","is_mandatory":true,"title":"Maximum replicas for autoscaling","provider":"go.mondoo.com/mql/providers/together"},"memory":{"name":"memory","type":"\u0006","is_mandatory":true,"title":"Memory allocated in GiB","provider":"go.mondoo.com/mql/providers/together"},"minReplicas":{"name":"minReplicas","type":"\u0005","is_mandatory":true,"title":"Minimum replicas for autoscaling","provider":"go.mondoo.com/mql/providers/together"},"name":{"name":"name","type":"\u0007","is_mandatory":true,"title":"Deployment name","provider":"go.mondoo.com/mql/providers/together"},"port":{"name":"port","type":"\u0005","is_mandatory":true,"title":"Container port","provider":"go.mondoo.com/mql/providers/together"},"readyReplicas":{"name":"readyReplicas","type":"\u0005","is_mandatory":true,"title":"Number of ready replicas","provider":"go.mondoo.com/mql/providers/together"},"status":{"name":"status","type":"\u0007","is_mandatory":true,"title":"Deployment status","desc":"One of Updating, Scaling, Ready, Failed, or ScaledToZero.","provider":"go.mondoo.com/mql/providers/together"},"storage":{"name":"storage","type":"\u0005","is_mandatory":true,"title":"Storage allocated in MB","provider":"go.mondoo.com/mql/providers/together"},"updatedAt":{"name":"updatedAt","type":"\t","is_mandatory":true,"title":"Last update time","provider":"go.mondoo.com/mql/providers/together"}},"title":"Together AI container deployment","desc":"Container deployment (Jig) that runs a custom image as a full container workload with GPU acceleration, covering the container image, GPU allocation, autoscaling bounds, configured environment variable names, and health check settings. Query `together.deployments.where(status == \"Ready\")` to find active deployments, or inspect `image` for container supply chain auditing.","min_provider_version":"13.0.0","defaults":"name status image gpuType","provider":"go.mondoo.com/mql/providers/together","maturity":"preview"},"together.endpoint":{"id":"together.endpoint","name":"together.endpoint","fields":{"createdAt":{"name":"createdAt","type":"\t","is_mandatory":true,"title":"Endpoint creation time","provider":"go.mondoo.com/mql/providers/together"},"id":{"name":"id","type":"\u0007","is_mandatory":true,"title":"Endpoint identifier","provider":"go.mondoo.com/mql/providers/together"},"model":{"name":"model","type":"\u0007","is_mandatory":true,"title":"Model served by this endpoint","provider":"go.mondoo.com/mql/providers/together"},"name":{"name":"name","type":"\u0007","is_mandatory":true,"title":"Endpoint name","provider":"go.mondoo.com/mql/providers/together"},"owner":{"name":"owner","type":"\u0007","is_mandatory":true,"title":"Owner identifier","provider":"go.mondoo.com/mql/providers/together"},"state":{"name":"state","type":"\u0007","is_mandatory":true,"title":"Endpoint state","desc":"One of PENDING, STARTING, STARTED, STOPPING, STOPPED, or ERROR.","provider":"go.mondoo.com/mql/providers/together"},"type":{"name":"type","type":"\u0007","is_mandatory":true,"title":"Endpoint type","desc":"One of serverless or dedicated.","provider":"go.mondoo.com/mql/providers/together"}},"title":"Together AI dedicated endpoint","desc":"Dedicated endpoint deployment that serves a model, including its runtime state, endpoint type, owner, and creation time. Use `together.endpoints.where(state == \"STARTED\")` to find active endpoints, or filter by `owner` to audit who provisioned dedicated compute.","min_provider_version":"13.0.0","defaults":"name state model","provider":"go.mondoo.com/mql/providers/together","maturity":"preview"},"together.eval":{"id":"together.eval","name":"together.eval","fields":{"createdAt":{"name":"createdAt","type":"\t","is_mandatory":true,"title":"Job creation time","provider":"go.mondoo.com/mql/providers/together"},"ownerId":{"name":"ownerId","type":"\u0007","is_mandatory":true,"title":"Owner identifier","provider":"go.mondoo.com/mql/providers/together"},"status":{"name":"status","type":"\u0007","is_mandatory":true,"title":"Job status","desc":"One of pending, queued, running, completed, error, or user_error.","provider":"go.mondoo.com/mql/providers/together"},"type":{"name":"type","type":"\u0007","is_mandatory":true,"title":"Evaluation type","desc":"One of classify, score, or compare.","provider":"go.mondoo.com/mql/providers/together"},"updatedAt":{"name":"updatedAt","type":"\t","is_mandatory":true,"title":"Last update time","provider":"go.mondoo.com/mql/providers/together"},"workflowId":{"name":"workflowId","type":"\u0007","is_mandatory":true,"title":"Evaluation workflow identifier","provider":"go.mondoo.com/mql/providers/together"}},"title":"Together AI evaluation job","desc":"Evaluation job run against a model, covering the evaluation `type` (classify, score, or compare), its lifecycle `status`, the owning account, and creation/update timestamps. Query these to audit which evaluations ran, who launched them, and whether any are still active, for example `together.evals.where(status == \"running\")`.","min_provider_version":"13.0.0","defaults":"workflowId type status","provider":"go.mondoo.com/mql/providers/together","maturity":"preview"},"together.file":{"id":"together.file","name":"together.file","fields":{"bytes":{"name":"bytes","type":"\u0005","is_mandatory":true,"title":"File size in bytes","provider":"go.mondoo.com/mql/providers/together"},"createdAt":{"name":"createdAt","type":"\t","is_mandatory":true,"title":"Upload time","provider":"go.mondoo.com/mql/providers/together"},"fileType":{"name":"fileType","type":"\u0007","is_mandatory":true,"title":"File type","desc":"One of csv, jsonl, or parquet.","provider":"go.mondoo.com/mql/providers/together"},"filename":{"name":"filename","type":"\u0007","is_mandatory":true,"title":"Original filename","provider":"go.mondoo.com/mql/providers/together"},"id":{"name":"id","type":"\u0007","is_mandatory":true,"title":"File identifier","provider":"go.mondoo.com/mql/providers/together"},"processed":{"name":"processed","type":"\u0004","is_mandatory":true,"title":"Whether the file has been processed","provider":"go.mondoo.com/mql/providers/together"},"purpose":{"name":"purpose","type":"\u0007","is_mandatory":true,"title":"File purpose","desc":"One of fine-tune, eval, or batch-api.","provider":"go.mondoo.com/mql/providers/together"}},"title":"Together AI uploaded file","desc":"File uploaded to a Together AI account for fine-tuning, evaluation, or batch processing. The `purpose` field records what the file is used for and `filename` preserves the original name, so together they let you audit exactly what training and evaluation data has been sent to the account. `fileType` and `bytes` describe the stored payload, and `processed` reports whether ingestion has completed.","min_provider_version":"13.0.0","defaults":"id filename purpose","provider":"go.mondoo.com/mql/providers/together","maturity":"preview"},"together.fineTune":{"id":"together.fineTune","name":"together.fineTune","fields":{"createdAt":{"name":"createdAt","type":"\t","is_mandatory":true,"title":"Job creation time","provider":"go.mondoo.com/mql/providers/together"},"epochs":{"name":"epochs","type":"\u0005","is_mandatory":true,"title":"Number of training epochs","provider":"go.mondoo.com/mql/providers/together"},"id":{"name":"id","type":"\u0007","is_mandatory":true,"title":"Job identifier","provider":"go.mondoo.com/mql/providers/together"},"learningRate":{"name":"learningRate","type":"\u0006","is_mandatory":true,"title":"Training learning rate","provider":"go.mondoo.com/mql/providers/together"},"model":{"name":"model","type":"\u0007","is_mandatory":true,"title":"Base model used for fine-tuning","provider":"go.mondoo.com/mql/providers/together"},"modelOutputName":{"name":"modelOutputName","type":"\u0007","is_mandatory":true,"title":"Output model name after fine-tuning completes","provider":"go.mondoo.com/mql/providers/together"},"status":{"name":"status","type":"\u0007","is_mandatory":true,"title":"Job status","desc":"One of pending, queued, running, compressing, uploading, cancel_requested, cancelled, error, or completed.","provider":"go.mondoo.com/mql/providers/together"},"suffix":{"name":"suffix","type":"\u0007","is_mandatory":true,"title":"Model name suffix","provider":"go.mondoo.com/mql/providers/together"},"tokenCount":{"name":"tokenCount","type":"\u0005","is_mandatory":true,"title":"Number of tokens processed","provider":"go.mondoo.com/mql/providers/together"},"totalPrice":{"name":"totalPrice","type":"\u0005","is_mandatory":true,"title":"Total estimated price","provider":"go.mondoo.com/mql/providers/together"},"trainingFile":{"name":"trainingFile","type":"\u0007","is_mandatory":true,"title":"File ID of the training dataset","provider":"go.mondoo.com/mql/providers/together"},"updatedAt":{"name":"updatedAt","type":"\t","is_mandatory":true,"title":"Last update time","provider":"go.mondoo.com/mql/providers/together"},"validationFile":{"name":"validationFile","type":"\u0007","is_mandatory":true,"title":"File ID of the validation dataset","provider":"go.mondoo.com/mql/providers/together"}},"title":"Together AI fine-tuning job","desc":"Fine-tuning job that adapts a base model on your own training data, including its lifecycle status, the base model, the resulting output model name, training hyperparameters, token count, and billed cost. Auditing these surfaces which custom models exist, how they were trained, and their spend. Use `together.fineTunes.where(status == \"running\")` to find active jobs.","min_provider_version":"13.0.0","defaults":"id status model","provider":"go.mondoo.com/mql/providers/together","maturity":"preview"},"together.model":{"id":"together.model","name":"together.model","fields":{"contextLength":{"name":"contextLength","type":"\u0005","is_mandatory":true,"title":"Maximum context window length in tokens","provider":"go.mondoo.com/mql/providers/together"},"created":{"name":"created","type":"\t","is_mandatory":true,"title":"Model creation time","provider":"go.mondoo.com/mql/providers/together"},"description":{"name":"description","type":"\u0007","title":"Model description derived from the display name","provider":"go.mondoo.com/mql/providers/together"},"displayName":{"name":"displayName","type":"\u0007","is_mandatory":true,"title":"Human-readable display name","provider":"go.mondoo.com/mql/providers/together"},"family":{"name":"family","type":"\u0007","title":"Architecture family parsed from the model name (e.g., \"Llama\", \"Qwen\", \"Mistral\")","provider":"go.mondoo.com/mql/providers/together"},"id":{"name":"id","type":"\u0007","is_mandatory":true,"title":"Model identifier (e.g., \"meta-llama/Llama-3.3-70B-Instruct-Turbo\")","provider":"go.mondoo.com/mql/providers/together"},"license":{"name":"license","type":"\u0007","is_mandatory":true,"title":"Model license","provider":"go.mondoo.com/mql/providers/together"},"link":{"name":"link","type":"\u0007","is_mandatory":true,"title":"Reference URL for model documentation","provider":"go.mondoo.com/mql/providers/together"},"organization":{"name":"organization","type":"\u0007","is_mandatory":true,"title":"Creator organization (e.g., \"Meta\", \"Qwen\", \"Mistral\")","provider":"go.mondoo.com/mql/providers/together"},"parameterSize":{"name":"parameterSize","type":"\u0007","title":"Parameter count parsed from the model name (e.g., \"70B\", \"8B\", \"7B\")","provider":"go.mondoo.com/mql/providers/together"},"pricingInput":{"name":"pricingInput","type":"\u0006","is_mandatory":true,"title":"Per-input-token price in USD","provider":"go.mondoo.com/mql/providers/together"},"pricingOutput":{"name":"pricingOutput","type":"\u0006","is_mandatory":true,"title":"Per-output-token price in USD","provider":"go.mondoo.com/mql/providers/together"},"quantization":{"name":"quantization","type":"\u0007","title":"Quantization level parsed from the model name if present (e.g., \"fp8\", \"int4\")","provider":"go.mondoo.com/mql/providers/together"},"type":{"name":"type","type":"\u0007","is_mandatory":true,"title":"Model type","desc":"One of chat, language, code, image, embedding, moderation, or rerank.","provider":"go.mondoo.com/mql/providers/together"}},"title":"Together AI model","desc":"Model available in the Together AI catalog, including its type, creator organization, license, context window length, and pricing. Models span chat, language, code, image, embedding, moderation, and rerank types. Use `together.models.where(type == \"chat\")` to filter by capability. AIBOM-relevant fields (`family`, `parameterSize`, `quantization`) are parsed from the model identifier.","min_provider_version":"13.0.0","defaults":"id type organization contextLength","provider":"go.mondoo.com/mql/providers/together","maturity":"preview"},"together.secret":{"id":"together.secret","name":"together.secret","fields":{"createdAt":{"name":"createdAt","type":"\t","is_mandatory":true,"title":"Creation time","provider":"go.mondoo.com/mql/providers/together"},"createdBy":{"name":"createdBy","type":"\u0007","is_mandatory":true,"title":"User ID that created the secret","provider":"go.mondoo.com/mql/providers/together"},"description":{"name":"description","type":"\u0007","is_mandatory":true,"title":"Secret description","provider":"go.mondoo.com/mql/providers/together"},"id":{"name":"id","type":"\u0007","is_mandatory":true,"title":"Secret identifier","provider":"go.mondoo.com/mql/providers/together"},"lastUpdatedBy":{"name":"lastUpdatedBy","type":"\u0007","is_mandatory":true,"title":"User ID that last updated the secret","provider":"go.mondoo.com/mql/providers/together"},"name":{"name":"name","type":"\u0007","is_mandatory":true,"title":"Secret name","provider":"go.mondoo.com/mql/providers/together"},"updatedAt":{"name":"updatedAt","type":"\t","is_mandatory":true,"title":"Last update time","provider":"go.mondoo.com/mql/providers/together"}},"title":"Together AI managed secret","desc":"Managed secret used in deployments, referenced by environment variables in deployment configurations. The `name` and `createdBy` fields let you audit secret ownership, and `lastUpdatedBy` together with `updatedAt` reveals who last changed the secret and when.","min_provider_version":"13.0.0","defaults":"id name","provider":"go.mondoo.com/mql/providers/together","maturity":"preview"},"together.volume":{"id":"together.volume","name":"together.volume","fields":{"createdAt":{"name":"createdAt","type":"\t","is_mandatory":true,"title":"Volume creation time","provider":"go.mondoo.com/mql/providers/together"},"currentVersion":{"name":"currentVersion","type":"\u0005","is_mandatory":true,"title":"Current content version","provider":"go.mondoo.com/mql/providers/together"},"id":{"name":"id","type":"\u0007","is_mandatory":true,"title":"Volume identifier","provider":"go.mondoo.com/mql/providers/together"},"mountedBy":{"name":"mountedBy","type":"\u0019\u0007","is_mandatory":true,"title":"Deployment IDs that have this volume mounted","provider":"go.mondoo.com/mql/providers/together"},"name":{"name":"name","type":"\u0007","is_mandatory":true,"title":"Volume name","provider":"go.mondoo.com/mql/providers/together"},"type":{"name":"type","type":"\u0007","is_mandatory":true,"title":"Volume type","desc":"One of readOnly.","provider":"go.mondoo.com/mql/providers/together"},"updatedAt":{"name":"updatedAt","type":"\t","is_mandatory":true,"title":"Last update time","provider":"go.mondoo.com/mql/providers/together"}},"title":"Together AI persistent volume","desc":"Persistent volume that container deployments mount for file storage that survives deployment restarts. The `mountedBy` field lists the deployments currently attached to the volume, and `type` reports its access mode for auditing.","min_provider_version":"13.0.0","defaults":"id name type","provider":"go.mondoo.com/mql/providers/together","maturity":"preview"}}}