You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let LockLLM automatically select the best model for each request based on task type and complexity. Set `routeAction: 'auto'` to enable, or `routeAction: 'custom'` to use your own routing rules from the dashboard.
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ LockLLM provides production-ready AI security that integrates seamlessly into yo
81
81
|**Custom Endpoints**| Configure custom URLs for any provider (self-hosted, Azure, private clouds) |
82
82
|**Custom Content Policies**| Define your own content rules in the dashboard and enforce them automatically across all providers |
83
83
|**AI Abuse Detection**| Detect bot-generated content, repetition attacks, and resource exhaustion from your end-users |
84
-
|**Intelligent Routing**| Automatically select the optimal model for each request based on task type and complexity to save costs |
84
+
|**Smart Routing**| Automatically select the optimal model for each request based on task type and complexity to save costs |
85
85
|**PII Detection & Redaction**| Detect and automatically redact emails, phone numbers, SSNs, credit cards, and other personal information before they reach AI providers |
86
86
|**Prompt Compression**| Reduce token usage with TOON (JSON-to-compact-notation, free), Compact (advanced compression, $0.0001/use), or Combined (TOON then Compact for maximum reduction, $0.0001/use) methods |
87
87
|**Response Caching**| Cache identical LLM responses to reduce costs and latency on repeated queries |
@@ -660,7 +660,7 @@ interface ScanResponse {
660
660
scan_warning?:ScanWarning;
661
661
// Present when abuse detection is enabled and abuse found
0 commit comments