This plugin provides the Together AI implementation for the WordPress AI Client. It registers Together AI as an available AI provider, allowing other plugins built on the WordPress AI Client to generate text using the open models served on Together AI (Llama, Qwen, DeepSeek, Mixtral, and many more).
The plugin connects to Together AI’s OpenAI-compatible Chat Completions API at https://api.together.xyz/v1. Bring your own API key from your Together AI API keys page.
Supported capabilities:
- Text generation (chat) with open models on Together AI
- Chat history / multi-turn conversations
- Multimodal (image) input for vision-capable models (e.g. vision-language models)
- Function calling and JSON / structured output
External services
This plugin connects to the Together AI API to provide text generation with the open models Together AI serves. It is required for the plugin’s core purpose: it registers Together AI as a provider for the WordPress AI Client so that AI features can generate responses.
The plugin sends a request to Together AI’s API (https://api.together.xyz/v1) each time a consuming AI feature generates content through the Together AI provider. Each request includes your Together AI API key (for authentication) and the input you submit for generation — such as the prompt text, any chat messages, and any image input you provide for vision-capable models. No request is sent unless an AI feature actively triggers a generation, and no data is sent until you have configured a Together AI API key. The plugin does not send any data on its own.
This service is provided by Together AI. Please review their terms and privacy policy:
- Terms of Service: https://www.together.ai/terms-of-service
- Privacy Policy: https://www.together.ai/privacy
