
Security News
GPT-6 Astra Attempts Supply Chain Attacks Against Open Source Maintainers in Testing
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.
@ai-sdk/togetherai
Advanced tools
The **[Together.ai provider](https://ai-sdk.dev/providers/ai-sdk-providers/togetherai)** for the [AI SDK](https://ai-sdk.dev/docs) contains language model support for the [Together.ai](https://together.ai) platform.
The Together.ai provider for the AI SDK contains language model support for the Together.ai platform.
Deploying to Vercel? With Vercel's AI Gateway you can access Together.ai (and hundreds of models from other providers) — no additional packages, API keys, or extra cost. Get started with AI Gateway.
The Together.ai provider is available in the @ai-sdk/togetherai module. You can install it with
npm i @ai-sdk/togetherai
If you use coding agents such as Claude Code or Cursor, we highly recommend adding the AI SDK skill to your repository:
npx skills add vercel/ai
You can import the default provider instance togetherai from @ai-sdk/togetherai:
import { togetherai } from '@ai-sdk/togetherai';
import { togetherai } from '@ai-sdk/togetherai';
import { generateText } from 'ai';
const { text } = await generateText({
model: togetherai('meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo'),
prompt: 'Write a Python function that sorts a list:',
});
Please check out the Together.ai provider for more information.
FAQs
Unknown package
The npm package @ai-sdk/togetherai receives a total of 472,146 weekly downloads. As such, @ai-sdk/togetherai popularity was classified as popular.
We found that @ai-sdk/togetherai demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.