Skip to Content
NotPixel SDK v1.0.1 — Now with caching, hooks, and browser tracking!
ModelsProvidersTogether AI

Together AI

Access 6 Together AI models through NotPixel. Authentication is handled automatically using the TOGETHER_API_KEY environment variable.

Learn more in the Together AI documentation .

Setup

1. Get API Key

  1. Go to Together AI Console 
  2. Create an account or sign in
  3. Navigate to API Keys

2. Configure Environment

.env
TOGETHER_API_KEY=your-api-key

Usage

import Ads from 'notpixel'; const ads = new Ads({ publisherId: 'pub_xxx', model: 'together/deepseek-ai/DeepSeek-R1', input: 'Compare SQL and NoSQL databases', }); const response = await ads.offer(); console.log(response.text);

NotPixel uses the OpenAI-compatible endpoint of Together AI. Some provider-specific features may not be available.

Available Models

ModelContext
togetherai/deepseek-ai/DeepSeek-R1164K
togetherai/deepseek-ai/DeepSeek-V3131K
togetherai/meta-llama/Llama-3.3-70B-Instruct-Turbo131K
togetherai/Qwen/Qwen3-Coder-480B-A35B-Instruct-FP8262K

Environment Variable

VariableDescription
TOGETHER_API_KEYYour Together AI API key