Base URL
All API requests should be made to:Authentication
Most API endpoints require authentication using a Bearer token. Include your API key in the Authorization header:OpenAI SDK Compatibility
The/v1/chat/completions endpoint is compatible with the OpenAI SDK. Simply configure the client with our base URL:
Features
Asymmetric provides several features that extend standard chat completions:- Nightly: Give your agents persistent memory across interactions
- Policies: Add custom guardrails to filter outputs in real-time
- Adaption: Automatically finetune models based on agent interactions (Beta)
Rate Limits
API requests are subject to rate limits based on your plan. Contact support if you need higher limits.Errors
The API uses standard HTTP response codes:| Code | Description |
|---|---|
| 200 | Success |
| 400 | Bad Request - Invalid parameters |
| 401 | Unauthorized - Invalid or missing API key |
| 402 | Payment Required - Insufficient credits |
| 404 | Not Found |
| 500 | Internal Server Error |