[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-together-ai-together-dedicated-containers":3,"mdc-hpakg9-key":37,"related-org-together-ai-together-dedicated-containers":497,"related-repo-together-ai-together-dedicated-containers":668},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":26,"repoUrl":27,"updatedAt":28,"license":29,"forks":30,"topics":31,"repo":32,"sourceUrl":35,"mdContent":36},"together-dedicated-containers","deploy custom inference containers on Together AI","Custom Dockerized inference workers on Together AI's managed GPU infrastructure. Build with Sprocket SDK, configure with Jig CLI, submit async queue jobs, and poll results. Reach for it whenever the user needs container-level control rather than a standard model endpoint or raw cluster.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"together-ai","Together AI","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Ftogether-ai.jpg","togethercomputer",[13,17,20,23],{"name":14,"slug":15,"type":16},"Machine Learning","machine-learning","tag",{"name":18,"slug":19,"type":16},"Deployment","deployment",{"name":21,"slug":22,"type":16},"Docker","docker",{"name":24,"slug":25,"type":16},"AI Infrastructure","ai-infrastructure",31,"https:\u002F\u002Fgithub.com\u002Ftogethercomputer\u002Fskills","2026-07-26T05:49:09.267892",null,4,[],{"repoUrl":27,"stars":26,"forks":30,"topics":33,"description":34},[],"Skills to help your coding agents use Together AI products.","https:\u002F\u002Fgithub.com\u002Ftogethercomputer\u002Fskills\u002Ftree\u002FHEAD\u002Fskills\u002Ftogether-dedicated-containers","---\nname: together-dedicated-containers\ndescription: \"Custom Dockerized inference workers on Together AI's managed GPU infrastructure. Build with Sprocket SDK, configure with Jig CLI, submit async queue jobs, and poll results. Reach for it whenever the user needs container-level control rather than a standard model endpoint or raw cluster.\"\n---\n\n# Together Dedicated Containers\n\n## Overview\n\nUse Dedicated Container Inference when the user needs a custom runtime, not just managed model\nhosting.\n\nCore building blocks:\n\n- **Jig CLI** for build and deployment\n- **Sprocket SDK** for request handling inside the container\n- **Queue API** for async jobs\n\n## When This Skill Wins\n\n- Deploy a custom inference worker\n- Bundle custom dependencies or runtime logic into a container\n- Use queue-based async processing with progress tracking\n- Run a specialized image, video, or multimodal pipeline\n\n## Hand Off To Another Skill\n\n- Use `together-dedicated-model-inference` for standard model hosting without custom containers\n- Use `together-gpu-clusters` for full cluster ownership and orchestration control\n- Use `together-chat-completions`, `together-images`, or `together-video` when a serverless product already covers the task\n\n## Quick Routing\n\n- **Minimal worker template**\n  - Start with [scripts\u002Fsprocket_hello_world.py](scripts\u002Fsprocket_hello_world.py)\n  - Read [references\u002Fsprocket-sdk.md](references\u002Fsprocket-sdk.md)\n- **Build, deploy, logs, queue, and secrets**\n  - Read [references\u002Fjig-cli.md](references\u002Fjig-cli.md)\n- **Queue submission and polling**\n  - Start with [scripts\u002Fqueue_client.py](scripts\u002Fqueue_client.py) or [scripts\u002Fqueue_client.ts](scripts\u002Fqueue_client.ts)\n\n## Workflow\n\n1. Confirm that the user truly needs a custom container runtime.\n2. Implement the worker with Sprocket's request lifecycle.\n3. Configure `pyproject.toml` for image, runtime, autoscaling, and mounts.\n4. Deploy with Jig.\n5. Submit jobs through the queue API and poll until completion.\n\n## High-Signal Rules\n\n- Python scripts require the Together v2 SDK (`together>=2.0.0`). If the user is on an older version, they must upgrade first: `uv pip install --upgrade \"together>=2.0.0\"`.\n- Prefer dedicated endpoints over containers unless the runtime or pipeline is genuinely custom.\n- Treat the worker contract and `pyproject.toml` as the source of truth for deployment behavior.\n- Parameterize deployment name, queue inputs, and resource sizing instead of hardcoding them.\n- Queue-based jobs are asynchronous by default; account for polling and result retrieval in client code.\n\n## Resource Map\n\n- **Jig CLI**: [references\u002Fjig-cli.md](references\u002Fjig-cli.md)\n- **Sprocket SDK**: [references\u002Fsprocket-sdk.md](references\u002Fsprocket-sdk.md)\n- **Python queue client**: [scripts\u002Fqueue_client.py](scripts\u002Fqueue_client.py)\n- **TypeScript queue client**: [scripts\u002Fqueue_client.ts](scripts\u002Fqueue_client.ts)\n- **Worker template**: [scripts\u002Fsprocket_hello_world.py](scripts\u002Fsprocket_hello_world.py)\n\n## Official Docs\n\n- [Dedicated Container Inference](https:\u002F\u002Fdocs.together.ai\u002Fdocs\u002Fdedicated-container-inference)\n- [Containers Quickstart](https:\u002F\u002Fdocs.together.ai\u002Fdocs\u002Fcontainers-quickstart)\n- [Deployments API](https:\u002F\u002Fdocs.together.ai\u002Freference\u002Fdeployments-create)\n",{"data":38,"body":39},{"name":4,"description":6},{"type":40,"children":41},"root",[42,50,57,63,68,104,110,133,139,196,202,284,290,327,333,384,390,457,463],{"type":43,"tag":44,"props":45,"children":46},"element","h1",{"id":4},[47],{"type":48,"value":49},"text","Together Dedicated Containers",{"type":43,"tag":51,"props":52,"children":54},"h2",{"id":53},"overview",[55],{"type":48,"value":56},"Overview",{"type":43,"tag":58,"props":59,"children":60},"p",{},[61],{"type":48,"value":62},"Use Dedicated Container Inference when the user needs a custom runtime, not just managed model\nhosting.",{"type":43,"tag":58,"props":64,"children":65},{},[66],{"type":48,"value":67},"Core building blocks:",{"type":43,"tag":69,"props":70,"children":71},"ul",{},[72,84,94],{"type":43,"tag":73,"props":74,"children":75},"li",{},[76,82],{"type":43,"tag":77,"props":78,"children":79},"strong",{},[80],{"type":48,"value":81},"Jig CLI",{"type":48,"value":83}," for build and deployment",{"type":43,"tag":73,"props":85,"children":86},{},[87,92],{"type":43,"tag":77,"props":88,"children":89},{},[90],{"type":48,"value":91},"Sprocket SDK",{"type":48,"value":93}," for request handling inside the container",{"type":43,"tag":73,"props":95,"children":96},{},[97,102],{"type":43,"tag":77,"props":98,"children":99},{},[100],{"type":48,"value":101},"Queue API",{"type":48,"value":103}," for async jobs",{"type":43,"tag":51,"props":105,"children":107},{"id":106},"when-this-skill-wins",[108],{"type":48,"value":109},"When This Skill Wins",{"type":43,"tag":69,"props":111,"children":112},{},[113,118,123,128],{"type":43,"tag":73,"props":114,"children":115},{},[116],{"type":48,"value":117},"Deploy a custom inference worker",{"type":43,"tag":73,"props":119,"children":120},{},[121],{"type":48,"value":122},"Bundle custom dependencies or runtime logic into a container",{"type":43,"tag":73,"props":124,"children":125},{},[126],{"type":48,"value":127},"Use queue-based async processing with progress tracking",{"type":43,"tag":73,"props":129,"children":130},{},[131],{"type":48,"value":132},"Run a specialized image, video, or multimodal pipeline",{"type":43,"tag":51,"props":134,"children":136},{"id":135},"hand-off-to-another-skill",[137],{"type":48,"value":138},"Hand Off To Another Skill",{"type":43,"tag":69,"props":140,"children":141},{},[142,156,168],{"type":43,"tag":73,"props":143,"children":144},{},[145,147,154],{"type":48,"value":146},"Use ",{"type":43,"tag":148,"props":149,"children":151},"code",{"className":150},[],[152],{"type":48,"value":153},"together-dedicated-model-inference",{"type":48,"value":155}," for standard model hosting without custom containers",{"type":43,"tag":73,"props":157,"children":158},{},[159,160,166],{"type":48,"value":146},{"type":43,"tag":148,"props":161,"children":163},{"className":162},[],[164],{"type":48,"value":165},"together-gpu-clusters",{"type":48,"value":167}," for full cluster ownership and orchestration control",{"type":43,"tag":73,"props":169,"children":170},{},[171,172,178,180,186,188,194],{"type":48,"value":146},{"type":43,"tag":148,"props":173,"children":175},{"className":174},[],[176],{"type":48,"value":177},"together-chat-completions",{"type":48,"value":179},", ",{"type":43,"tag":148,"props":181,"children":183},{"className":182},[],[184],{"type":48,"value":185},"together-images",{"type":48,"value":187},", or ",{"type":43,"tag":148,"props":189,"children":191},{"className":190},[],[192],{"type":48,"value":193},"together-video",{"type":48,"value":195}," when a serverless product already covers the task",{"type":43,"tag":51,"props":197,"children":199},{"id":198},"quick-routing",[200],{"type":48,"value":201},"Quick Routing",{"type":43,"tag":69,"props":203,"children":204},{},[205,237,257],{"type":43,"tag":73,"props":206,"children":207},{},[208,213],{"type":43,"tag":77,"props":209,"children":210},{},[211],{"type":48,"value":212},"Minimal worker template",{"type":43,"tag":69,"props":214,"children":215},{},[216,227],{"type":43,"tag":73,"props":217,"children":218},{},[219,221],{"type":48,"value":220},"Start with ",{"type":43,"tag":222,"props":223,"children":225},"a",{"href":224},"scripts\u002Fsprocket_hello_world.py",[226],{"type":48,"value":224},{"type":43,"tag":73,"props":228,"children":229},{},[230,232],{"type":48,"value":231},"Read ",{"type":43,"tag":222,"props":233,"children":235},{"href":234},"references\u002Fsprocket-sdk.md",[236],{"type":48,"value":234},{"type":43,"tag":73,"props":238,"children":239},{},[240,245],{"type":43,"tag":77,"props":241,"children":242},{},[243],{"type":48,"value":244},"Build, deploy, logs, queue, and secrets",{"type":43,"tag":69,"props":246,"children":247},{},[248],{"type":43,"tag":73,"props":249,"children":250},{},[251,252],{"type":48,"value":231},{"type":43,"tag":222,"props":253,"children":255},{"href":254},"references\u002Fjig-cli.md",[256],{"type":48,"value":254},{"type":43,"tag":73,"props":258,"children":259},{},[260,265],{"type":43,"tag":77,"props":261,"children":262},{},[263],{"type":48,"value":264},"Queue submission and polling",{"type":43,"tag":69,"props":266,"children":267},{},[268],{"type":43,"tag":73,"props":269,"children":270},{},[271,272,277,279],{"type":48,"value":220},{"type":43,"tag":222,"props":273,"children":275},{"href":274},"scripts\u002Fqueue_client.py",[276],{"type":48,"value":274},{"type":48,"value":278}," or ",{"type":43,"tag":222,"props":280,"children":282},{"href":281},"scripts\u002Fqueue_client.ts",[283],{"type":48,"value":281},{"type":43,"tag":51,"props":285,"children":287},{"id":286},"workflow",[288],{"type":48,"value":289},"Workflow",{"type":43,"tag":291,"props":292,"children":293},"ol",{},[294,299,304,317,322],{"type":43,"tag":73,"props":295,"children":296},{},[297],{"type":48,"value":298},"Confirm that the user truly needs a custom container runtime.",{"type":43,"tag":73,"props":300,"children":301},{},[302],{"type":48,"value":303},"Implement the worker with Sprocket's request lifecycle.",{"type":43,"tag":73,"props":305,"children":306},{},[307,309,315],{"type":48,"value":308},"Configure ",{"type":43,"tag":148,"props":310,"children":312},{"className":311},[],[313],{"type":48,"value":314},"pyproject.toml",{"type":48,"value":316}," for image, runtime, autoscaling, and mounts.",{"type":43,"tag":73,"props":318,"children":319},{},[320],{"type":48,"value":321},"Deploy with Jig.",{"type":43,"tag":73,"props":323,"children":324},{},[325],{"type":48,"value":326},"Submit jobs through the queue API and poll until completion.",{"type":43,"tag":51,"props":328,"children":330},{"id":329},"high-signal-rules",[331],{"type":48,"value":332},"High-Signal Rules",{"type":43,"tag":69,"props":334,"children":335},{},[336,357,362,374,379],{"type":43,"tag":73,"props":337,"children":338},{},[339,341,347,349,355],{"type":48,"value":340},"Python scripts require the Together v2 SDK (",{"type":43,"tag":148,"props":342,"children":344},{"className":343},[],[345],{"type":48,"value":346},"together>=2.0.0",{"type":48,"value":348},"). If the user is on an older version, they must upgrade first: ",{"type":43,"tag":148,"props":350,"children":352},{"className":351},[],[353],{"type":48,"value":354},"uv pip install --upgrade \"together>=2.0.0\"",{"type":48,"value":356},".",{"type":43,"tag":73,"props":358,"children":359},{},[360],{"type":48,"value":361},"Prefer dedicated endpoints over containers unless the runtime or pipeline is genuinely custom.",{"type":43,"tag":73,"props":363,"children":364},{},[365,367,372],{"type":48,"value":366},"Treat the worker contract and ",{"type":43,"tag":148,"props":368,"children":370},{"className":369},[],[371],{"type":48,"value":314},{"type":48,"value":373}," as the source of truth for deployment behavior.",{"type":43,"tag":73,"props":375,"children":376},{},[377],{"type":48,"value":378},"Parameterize deployment name, queue inputs, and resource sizing instead of hardcoding them.",{"type":43,"tag":73,"props":380,"children":381},{},[382],{"type":48,"value":383},"Queue-based jobs are asynchronous by default; account for polling and result retrieval in client code.",{"type":43,"tag":51,"props":385,"children":387},{"id":386},"resource-map",[388],{"type":48,"value":389},"Resource Map",{"type":43,"tag":69,"props":391,"children":392},{},[393,406,418,431,444],{"type":43,"tag":73,"props":394,"children":395},{},[396,400,402],{"type":43,"tag":77,"props":397,"children":398},{},[399],{"type":48,"value":81},{"type":48,"value":401},": ",{"type":43,"tag":222,"props":403,"children":404},{"href":254},[405],{"type":48,"value":254},{"type":43,"tag":73,"props":407,"children":408},{},[409,413,414],{"type":43,"tag":77,"props":410,"children":411},{},[412],{"type":48,"value":91},{"type":48,"value":401},{"type":43,"tag":222,"props":415,"children":416},{"href":234},[417],{"type":48,"value":234},{"type":43,"tag":73,"props":419,"children":420},{},[421,426,427],{"type":43,"tag":77,"props":422,"children":423},{},[424],{"type":48,"value":425},"Python queue client",{"type":48,"value":401},{"type":43,"tag":222,"props":428,"children":429},{"href":274},[430],{"type":48,"value":274},{"type":43,"tag":73,"props":432,"children":433},{},[434,439,440],{"type":43,"tag":77,"props":435,"children":436},{},[437],{"type":48,"value":438},"TypeScript queue client",{"type":48,"value":401},{"type":43,"tag":222,"props":441,"children":442},{"href":281},[443],{"type":48,"value":281},{"type":43,"tag":73,"props":445,"children":446},{},[447,452,453],{"type":43,"tag":77,"props":448,"children":449},{},[450],{"type":48,"value":451},"Worker template",{"type":48,"value":401},{"type":43,"tag":222,"props":454,"children":455},{"href":224},[456],{"type":48,"value":224},{"type":43,"tag":51,"props":458,"children":460},{"id":459},"official-docs",[461],{"type":48,"value":462},"Official Docs",{"type":43,"tag":69,"props":464,"children":465},{},[466,477,487],{"type":43,"tag":73,"props":467,"children":468},{},[469],{"type":43,"tag":222,"props":470,"children":474},{"href":471,"rel":472},"https:\u002F\u002Fdocs.together.ai\u002Fdocs\u002Fdedicated-container-inference",[473],"nofollow",[475],{"type":48,"value":476},"Dedicated Container Inference",{"type":43,"tag":73,"props":478,"children":479},{},[480],{"type":43,"tag":222,"props":481,"children":484},{"href":482,"rel":483},"https:\u002F\u002Fdocs.together.ai\u002Fdocs\u002Fcontainers-quickstart",[473],[485],{"type":48,"value":486},"Containers Quickstart",{"type":43,"tag":73,"props":488,"children":489},{},[490],{"type":43,"tag":222,"props":491,"children":494},{"href":492,"rel":493},"https:\u002F\u002Fdocs.together.ai\u002Freference\u002Fdeployments-create",[473],[495],{"type":48,"value":496},"Deployments API",{"items":498,"total":667},[499,520,532,551,567,580,587,596,611,625,635,649],{"slug":500,"name":500,"fn":501,"description":502,"org":503,"tags":504,"stars":517,"repoUrl":518,"updatedAt":519},"blog-post","write structured blog posts","Write structured long-form blog posts with a consistent structure and SEO optimization.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[505,508,511,514],{"name":506,"slug":507,"type":16},"Content Creation","content-creation",{"name":509,"slug":510,"type":16},"Marketing","marketing",{"name":512,"slug":513,"type":16},"SEO","seo",{"name":515,"slug":516,"type":16},"Writing","writing",1151,"https:\u002F\u002Fgithub.com\u002Ftogethercomputer\u002Ftogether-cookbook","2026-07-17T06:07:39.475433",{"slug":521,"name":521,"fn":522,"description":523,"org":524,"tags":525,"stars":517,"repoUrl":518,"updatedAt":531},"social-media","create social media content","Create social media content including Twitter\u002FX threads, LinkedIn posts, and short-form updates.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[526,527,528,530],{"name":506,"slug":507,"type":16},{"name":509,"slug":510,"type":16},{"name":529,"slug":521,"type":16},"Social Media",{"name":515,"slug":516,"type":16},"2026-07-17T06:07:38.455058",{"slug":533,"name":533,"fn":534,"description":535,"org":536,"tags":537,"stars":26,"repoUrl":27,"updatedAt":550},"together-audio","process audio with Together AI","Text-to-speech and speech-to-text via Together AI, including REST, streaming, and realtime WebSocket TTS, plus transcription, translation, diarization, timestamps, and live STT. Reach for it whenever the user needs audio in or audio out on Together AI rather than chat generation, image or video creation, or model training.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[538,541,544,547],{"name":539,"slug":540,"type":16},"Audio","audio",{"name":542,"slug":543,"type":16},"Speech","speech",{"name":545,"slug":546,"type":16},"Text-to-Speech","text-to-speech",{"name":548,"slug":549,"type":16},"Transcription","transcription","2026-07-26T05:49:08.246858",{"slug":552,"name":552,"fn":553,"description":554,"org":555,"tags":556,"stars":26,"repoUrl":27,"updatedAt":566},"together-batch-inference","run asynchronous batch inference jobs","High-volume, asynchronous offline inference at up to 50% lower cost via Together AI's Batch API. Prepare JSONL inputs, upload files, create jobs, poll status, and download outputs. Reach for it whenever the user needs non-interactive bulk inference rather than real-time chat or evaluation jobs.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[557,560,563],{"name":558,"slug":559,"type":16},"Automation","automation",{"name":561,"slug":562,"type":16},"LLM","llm",{"name":564,"slug":565,"type":16},"Performance","performance","2026-07-17T06:08:23.919602",{"slug":177,"name":177,"fn":568,"description":569,"org":570,"tags":571,"stars":26,"repoUrl":27,"updatedAt":579},"generate text with Together AI","Real-time and streaming text generation via Together AI's OpenAI-compatible chat\u002Fcompletions API, including multi-turn conversations, tool and function calling, structured JSON outputs, and reasoning models. Reach for it whenever the user wants to build or debug text generation on Together AI, unless they specifically need batch jobs, embeddings, fine-tuning, dedicated endpoints, dedicated containers, or GPU clusters.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[572,575,578],{"name":573,"slug":574,"type":16},"AI","ai",{"name":576,"slug":577,"type":16},"API Development","api-development",{"name":561,"slug":562,"type":16},"2026-07-26T05:49:11.244104",{"slug":4,"name":4,"fn":5,"description":6,"org":581,"tags":582,"stars":26,"repoUrl":27,"updatedAt":28},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[583,584,585,586],{"name":24,"slug":25,"type":16},{"name":18,"slug":19,"type":16},{"name":21,"slug":22,"type":16},{"name":14,"slug":15,"type":16},{"slug":153,"name":153,"fn":588,"description":589,"org":590,"tags":591,"stars":26,"repoUrl":27,"updatedAt":595},"deploy and operate Together AI models","Deploy and operate models on dedicated GPUs with Together AI's Dedicated Model Inference (DMI, the v2 dedicated endpoints API): beta endpoints, deployments, deployment profiles and hardware configs, autoscaling, traffic splitting, A\u002FB tests, shadow experiments, Prometheus metrics, and custom model or LoRA adapter uploads. Reach for it whenever the user mentions together beta endpoints or tg beta commands, client.beta.endpoints, DMI resources like ep_\u002Fdep_\u002Fcr_\u002Fml_ IDs, or wants production model serving with traffic management on Together AI. This is the current dedicated-hosting API and also covers migrating off the retired legacy v1 endpoints API (non-beta client.endpoints \u002F together endpoints), whose create and restart now return HTTP 403.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[592,593,594],{"name":24,"slug":25,"type":16},{"name":18,"slug":19,"type":16},{"name":561,"slug":562,"type":16},"2026-07-26T06:08:44.044039",{"slug":597,"name":597,"fn":598,"description":599,"org":600,"tags":601,"stars":26,"repoUrl":27,"updatedAt":610},"together-embeddings","generate embeddings and build RAG pipelines","Dense vector embeddings, semantic search, RAG pipelines, and reranking via Together AI. Generate embeddings with open-source models and rerank results behind dedicated endpoints. Reach for it whenever the user needs vector representations or retrieval quality improvements rather than direct text generation.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[602,603,604,607],{"name":573,"slug":574,"type":16},{"name":561,"slug":562,"type":16},{"name":605,"slug":606,"type":16},"RAG","rag",{"name":608,"slug":609,"type":16},"Search","search","2026-07-26T05:49:06.247906",{"slug":612,"name":612,"fn":613,"description":614,"org":615,"tags":616,"stars":26,"repoUrl":27,"updatedAt":624},"together-evaluations","evaluate LLM outputs with Together AI","LLM-as-a-judge evaluation framework on Together AI. Classify, score, and compare model outputs, select judge models, use external-provider judges or targets, poll results and download reports. Reach for it whenever the user wants to benchmark outputs, grade responses, compare A\u002FB variants, or operationalize automated evaluations.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[617,620,623],{"name":618,"slug":619,"type":16},"Benchmarking","benchmarking",{"name":621,"slug":622,"type":16},"Evals","evals",{"name":561,"slug":562,"type":16},"2026-07-26T05:49:07.241553",{"slug":626,"name":626,"fn":627,"description":628,"org":629,"tags":630,"stars":26,"repoUrl":27,"updatedAt":634},"together-fine-tuning","fine-tune and adapt models on Together AI","LoRA, full fine-tuning, DPO preference tuning, VLM training, function-calling tuning, reasoning tuning, and BYOM uploads on Together AI. Reach for it whenever the user wants to adapt a model on custom data rather than only run inference, evaluate outputs, or host an existing model.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[631,632,633],{"name":573,"slug":574,"type":16},{"name":561,"slug":562,"type":16},{"name":14,"slug":15,"type":16},"2026-07-26T05:49:10.243114",{"slug":165,"name":165,"fn":636,"description":637,"org":638,"tags":639,"stars":26,"repoUrl":27,"updatedAt":648},"orchestrate GPU clusters on Together AI","On-demand and reserved GPU clusters (H100, H200, B200) on Together AI with Kubernetes or Slurm orchestration, shared storage, credential management, and cluster scaling for ML and HPC jobs. Reach for it when the user needs multi-node compute or infrastructure control rather than a managed model endpoint.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[640,641,644,647],{"name":24,"slug":25,"type":16},{"name":642,"slug":643,"type":16},"Cloud","cloud",{"name":645,"slug":646,"type":16},"Kubernetes","kubernetes",{"name":14,"slug":15,"type":16},"2026-07-26T05:49:05.252646",{"slug":185,"name":185,"fn":650,"description":651,"org":652,"tags":653,"stars":26,"repoUrl":27,"updatedAt":666},"generate and edit images with Together AI","Text-to-image generation and image editing via Together AI, including FLUX and Kontext models, LoRA-based styling, reference-image guidance, and local image downloads. Reach for it whenever the user wants to generate or edit images on Together AI rather than create videos or build text-only chat applications.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[654,657,660,663],{"name":655,"slug":656,"type":16},"Creative","creative",{"name":658,"slug":659,"type":16},"Design","design",{"name":661,"slug":662,"type":16},"Image Generation","image-generation",{"name":664,"slug":665,"type":16},"Multimodal","multimodal","2026-07-17T06:04:23.067755",16,{"items":669,"total":715},[670,677,683,689,696,702,709],{"slug":533,"name":533,"fn":534,"description":535,"org":671,"tags":672,"stars":26,"repoUrl":27,"updatedAt":550},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[673,674,675,676],{"name":539,"slug":540,"type":16},{"name":542,"slug":543,"type":16},{"name":545,"slug":546,"type":16},{"name":548,"slug":549,"type":16},{"slug":552,"name":552,"fn":553,"description":554,"org":678,"tags":679,"stars":26,"repoUrl":27,"updatedAt":566},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[680,681,682],{"name":558,"slug":559,"type":16},{"name":561,"slug":562,"type":16},{"name":564,"slug":565,"type":16},{"slug":177,"name":177,"fn":568,"description":569,"org":684,"tags":685,"stars":26,"repoUrl":27,"updatedAt":579},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[686,687,688],{"name":573,"slug":574,"type":16},{"name":576,"slug":577,"type":16},{"name":561,"slug":562,"type":16},{"slug":4,"name":4,"fn":5,"description":6,"org":690,"tags":691,"stars":26,"repoUrl":27,"updatedAt":28},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[692,693,694,695],{"name":24,"slug":25,"type":16},{"name":18,"slug":19,"type":16},{"name":21,"slug":22,"type":16},{"name":14,"slug":15,"type":16},{"slug":153,"name":153,"fn":588,"description":589,"org":697,"tags":698,"stars":26,"repoUrl":27,"updatedAt":595},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[699,700,701],{"name":24,"slug":25,"type":16},{"name":18,"slug":19,"type":16},{"name":561,"slug":562,"type":16},{"slug":597,"name":597,"fn":598,"description":599,"org":703,"tags":704,"stars":26,"repoUrl":27,"updatedAt":610},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[705,706,707,708],{"name":573,"slug":574,"type":16},{"name":561,"slug":562,"type":16},{"name":605,"slug":606,"type":16},{"name":608,"slug":609,"type":16},{"slug":612,"name":612,"fn":613,"description":614,"org":710,"tags":711,"stars":26,"repoUrl":27,"updatedAt":624},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[712,713,714],{"name":618,"slug":619,"type":16},{"name":621,"slug":622,"type":16},{"name":561,"slug":562,"type":16},14]