AI Provider for Together AI

توضیحات

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

سوالات متداول

Does this plugin work on its own?

No, this plugin requires the PHP AI Client (and a consuming AI feature plugin) to be installed and activated. It provides the Together AI-specific implementation that the PHP AI Client uses.

Where do I get an API key?

Create an API key on your Together AI API keys page. The key is configured through the AI Client / Connectors interface, not in this plugin directly.

Which models are available?

The plugin lists the chat-capable models served by Together AI. Because Together AI hosts a large, evolving catalog of open models, the available list reflects whatever chat models the platform currently serves. Non-chat models (embeddings, moderation, rerank, image, and audio models) are not listed, as this provider handles text generation.

نقد و بررسی‌ها

نقد و بررسی‌ای برای این افزونه یافت نشد.

توسعه دهندگان و همکاران

“AI Provider for Together AI” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

ترجمه “AI Provider for Together AI” به زبان شما.

علاقه‌ مند به توسعه هستید؟

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

گزارش تغییرات

1.0.0

  • Initial release. Adds Together AI text generation support to the WordPress AI Client.