Skip to content

Commit d104c2d

Browse files
Updated docs
1 parent 0b6fc82 commit d104c2d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
**All-in-One AI Security for LLM Applications**
1212

13-
*Keep control of your AI. Detect prompt injection, jailbreaks, PII leakage, and adversarial attacks in real-time across 17+ providers with zero code changes.*
13+
*Keep control of your AI. Detect prompt injection, jailbreaks, PII leakage, and adversarial attacks in real-time across all AI models with zero code changes.*
1414

1515
[Quick Start](#quick-start) · [Documentation](https://www.lockllm.com/docs) · [Examples](#examples) · [Benchmarks](https://www.lockllm.com) · [API Reference](#api-reference)
1616

@@ -26,7 +26,7 @@ LockLLM is a state-of-the-art AI security ecosystem that detects prompt injectio
2626

2727
- **Real-Time Security Scanning** - Analyze every LLM request before execution with minimal latency (<250ms)
2828
- **Advanced ML Detection** - Models trained on real-world attack patterns for prompt injection and jailbreaks
29-
- **17+ Provider Support** - Universal coverage across OpenAI, Anthropic, Azure, Bedrock, Gemini, and more
29+
- **Universal AI Support** - Coverage across OpenAI, Anthropic, Azure, Bedrock, Gemini, and more
3030
- **Drop-in Integration** - Replace existing SDKs with zero code changes - just change one line
3131
- **Free Unlimited Scanning** - BYOK (Bring Your Own Key) model with free unlimited scanning
3232
- **Privacy by Default** - Your data is never stored, only scanned in-memory and discarded
@@ -73,7 +73,7 @@ LockLLM provides production-ready AI security that integrates seamlessly into yo
7373
| **Evasion & Obfuscation Detection** | Catch sophisticated obfuscation including Unicode abuse, zero-width characters, and encoding-based attacks |
7474
| **Multi-Layer Context Analysis** | Analyze prompts across multiple context windows to detect attacks spanning conversation turns |
7575
| **Token-Level Threat Scoring** | Granular threat assessment identifying which specific parts of input contain malicious patterns |
76-
| **17+ Provider Support** | OpenAI, Anthropic, Gemini, Azure, Bedrock, Groq, DeepSeek, and more |
76+
| **Universal AI Support** | OpenAI, Anthropic, Gemini, Azure, Bedrock, Groq, DeepSeek, and more |
7777
| **Drop-in Integration** | Replace `new OpenAI()` with `createOpenAI()` - no other changes needed |
7878
| **TypeScript Native** | Full type safety with comprehensive type definitions and IDE support |
7979
| **Streaming Compatible** | Works seamlessly with streaming responses from any provider |
@@ -250,7 +250,7 @@ Compare detection accuracy and performance metrics at [lockllm.com/benchmarks](h
250250
| **Real-Time Protection** | ✅ <250ms latency | ✅ Built-in | ✅ Yes | ❌ Too slow |
251251
| **Setup Time** | 5 minutes | Included | Days to weeks | N/A |
252252
| **Maintenance** | None | None | Constant updates | Constant |
253-
| **Multi-Provider Support** |17+ providers | Single provider | Custom per provider | N/A |
253+
| **Multi-Provider Support** |All major providers | Single provider | Custom per provider | N/A |
254254
| **False Positives** | Low (~2-5%) | N/A | High (15-30%) | N/A |
255255
| **Cost** | Free (BYOK) | Free | Dev time + infrastructure | $$$ |
256256
| **Attack Coverage** | Comprehensive | Content policy only | Pattern-based only | Manual |
@@ -465,7 +465,7 @@ try {
465465

466466
## Supported Providers
467467

468-
LockLLM supports 17+ AI providers with three flexible integration methods:
468+
LockLLM supports all AI models with three flexible integration methods:
469469

470470
### Provider List
471471

@@ -522,7 +522,7 @@ LockLLM uses a secure BYOK (Bring Your Own Key) model - you maintain control of
522522

523523
- Use this single key in your SDK configuration
524524
- Authenticates requests to the LockLLM security gateway
525-
- Works across all 17+ providers with one key
525+
- Works across all providers with one key
526526
- **This is the only key that goes in your code**
527527

528528
### Request Flow

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@lockllm/sdk",
33
"version": "1.3.0",
4-
"description": "Enterprise-grade AI security SDK providing real-time protection against prompt injection, jailbreaks, and adversarial attacks. Drop-in replacement for OpenAI, Anthropic, and 17+ providers with zero code changes. Includes REST API, proxy mode, browser extension, and webhook support. Free BYOK model with unlimited scanning.",
4+
"description": "Enterprise-grade AI security SDK providing real-time protection against prompt injection, jailbreaks, and adversarial attacks. Drop-in replacement for OpenAI, Anthropic, and all major providers with zero code changes. Includes REST API, proxy mode, browser extension, and webhook support. Free BYOK model with unlimited scanning.",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",
77
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)