This section is for Keywords AI LLM gateway users.
Prerequisites
- A Keywords AI API key
- A Together AI API key (BYOK credits)
Supported SDKs / integrations
✅ Supported Frameworks
✅ Supported Frameworks
❌ Unsupported Frameworks
❌ Unsupported Frameworks
Configuration
There are 2 ways to add your Together AI credentials to your requests:Via UI (Global)
1
Navigate to Providers
Go to the Providers page. This page allows you to manage credentials for over 20+ supported providers.

2
Add your Together AI API Key
Select Together AI and paste your API key.

3
Configure Load Balancing (Optional)
You can add multiple Together AI API keys for redundancy. Use the
Load balancing weight field to determine how traffic is distributed between keys.Via code (Per-Request)
You can pass credentials dynamically in the request body. This is useful if you need to use your users’ own API keys (BYOK credits). Add thecustomer_credentials parameter to your Gateway request:
Log Together AI requests
If you are not using the Gateway to proxy requests, you can still log your Together AI requests to Keywords AI asynchronously. This allows you to track cost, latency, and performance metrics for external calls.Together AI Python SDK
Get Started with Logging
Learn how to set up comprehensive logging for all your LLM requests