feat: add togetherai plugin#203
Open
saoudrizwan wants to merge 2 commits into
Open
Conversation
Contributor
Author
|
Closing this plugin PR for now because this cleanup pass is limiting plugin marketplace PRs to plugins that only bundle MCP servers and/or skills. This PR includes additional plugin primitive(s): rules. Those primitives may still be useful, but we are keeping this batch scoped to MCP and skill distribution. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Together AI
Adds a Cline plugin for Together AI workflows across inference, retrieval, evaluation, fine-tuning, media generation, remote execution, and infrastructure.
The plugin bundles 12 skills:
together-chat-completionstogether-batch-inferencetogether-embeddingstogether-evaluationstogether-fine-tuningtogether-imagestogether-videotogether-audiotogether-sandboxestogether-dedicated-endpointstogether-dedicated-containerstogether-gpu-clustersEach skill includes local references and example Python or TypeScript scripts for the relevant Together AI workflow. The plugin intentionally does not register MCP servers and does not make network calls during install.
Cline Primitives
Requirements
TOGETHER_API_KEYis required before running Together AI API examples.together>=2.0.0.together-ai.Trust Boundaries
Together AI workflows can spend credits, upload datasets and models, generate media, execute remote code, and provision billable infrastructure. The bundled examples stay inert at install time, and the higher-risk examples now require explicit cost acknowledgement before starting fine-tuning or GPU cluster creation.
External evaluation provider tokens are passed by environment variable name rather than raw CLI token values, reducing shell history and process-list leakage.