Skip to content

Commit 5312671

Browse files
Small change
1 parent e41e6e6 commit 5312671

File tree

3 files changed

+29
-28
lines changed

3 files changed

+29
-28
lines changed

images/guardrails/lasso.png

4.8 KB
Loading

product/ai-gateway/automatic-retries.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ You can change this behaviour by setting the optional `on_status_codes` param in
5050

5151
### Respecting provider's retry headers
5252

53-
Portkey can respect the provider's `Retry-After` and `Retry-After-ms` response headers when encountering rate limits. This enables more intelligent retry timing based on the provider's response headers rather than using the default exponential backoff strategy.
53+
Portkey can respect the provider's `retry-after-ms`, `x-ms-retry-after-ms` and `retry-after`response headers when encountering rate limits. This enables more intelligent retry timing based on the provider's response headers rather than using the default exponential backoff strategy.
5454

5555
To enable this feature, add the `use_retry_after_headers` parameter to your retry config. By default this behaviour is disabled, and `use_retry_after_headers` is set to `false`.
5656

product/guardrails/list-of-guardrail-checks.mdx

Lines changed: 28 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -7,49 +7,50 @@ Each Guardrail Check has a specific purpose, it's own parameters, supported hook
77
## Partner Guardrails
88

99
<CardGroup cols={3}>
10-
10+
<Card title="Acuvity" href="/product/guardrails/acuvity" img="/images/product/Guardrails/acuvity-logo.png">
11+
* Scan Prompts
12+
* Scan Responses
13+
For PII, toxicity, prompt injection detection, and more.
14+
</Card>
1115
<Card title="Apora" href="/product/guardrails/list-of-guardrail-checks/aporia" img="/images/guardrails/logo-1.avif">
1216
* Validate Aporia policies
1317
* Define your Aporia policies on your Aporia dashboard and just pass the project ID in Portkey Guardrail check.
1418
</Card>
15-
16-
<Card title="Pillar" href="/product/guardrails/list-of-guardrail-checks/pillar" img="/images/guardrails/logo-2.avif">
17-
* Scan Prompts
18-
* Scan Responses
19-
For PII, toxicity, prompt injection detection, and more.
19+
<Card title="Azure" href="/product/guardrails/azure-guardrails" img="/images/supported-llm/microsoft-assure.avif" alt="Azure OpenAI">
20+
* Detect and Redact PII
21+
* Apply Azure's Content Safety checks
2022
</Card>
21-
22-
<Card title="Patronus" href="/product/guardrails/list-of-guardrail-checks/patronus-ai" img="/images/guardrails/logo-3.avif">
23-
24-
* Hallucination detection
25-
* Check for conciseness, helpfulness, politeness
26-
* Check for gender, racial bias
27-
* and more!
23+
<Card title="AWS Bedrock" href="/product/guardrails/bedrock-guardrials" img="/images/product/Guardrails/bedrock-logo.jpeg">
24+
* Analyze and redact PII to avoid model manipulation
25+
* Bring your AWS Guardrails directly inside Portkey
26+
and more!
27+
</Card>
28+
<Card title="Lasso Security" href="/product/guardrails/lasso" img="/images/guardrails/lasso.png">
29+
* Scan Content
30+
Lasso Security's Deputies analyze content for various security risks including jailbreak attempts, custom policy violations, and more.
31+
</Card>
32+
<Card title="Mistral" href="/product/guardrails/mistral" img="/images/supported-llm/mistral.avif">
33+
* Detect and filter harmful content across multiple dimensions
2834
</Card>
29-
3035
<Card title="Pangea" href="/product/guardrails/pangea" img="/images/guardrails/logo-4.png">
3136
* Text Guard for scanning LLM inputs and outputs
3237
* Analyze and redact text to avoid model manipulation
3338
* Detect malicious content and undesirable data transfers
3439
</Card>
35-
<Card title="Acuvity" href="/product/guardrails/acuvity" img="/images/product/Guardrails/acuvity-logo.png">
40+
<Card title="Patronus" href="/product/guardrails/list-of-guardrail-checks/patronus-ai" img="/images/guardrails/logo-3.avif">
41+
* Hallucination detection
42+
* Check for conciseness, helpfulness, politeness
43+
* Check for gender, racial bias
44+
* and more!
45+
</Card>
46+
<Card title="Pillar" href="/product/guardrails/list-of-guardrail-checks/pillar" img="/images/guardrails/logo-2.avif">
3647
* Scan Prompts
3748
* Scan Responses
38-
39-
For PII, toxicity, prompt injection detection, and more.
49+
For PII, toxicity, prompt injection detection, and more.
4050
</Card>
41-
<Card title="AWS Bedrock" href="/product/guardrails/bedrock-guardrials" img="/images/product/Guardrails/bedrock-logo.jpeg">
42-
43-
* Analyze and redact PII to avoid model manipulation
51+
</CardGroup>
4452

45-
* Bring your AWS Guardrails directly inside Portkey
4653

47-
and more!
48-
</Card>
49-
<Card title="Mistral" href="/product/guardrails/mistral" img="/images/supported-llm/mistral.avif">
50-
* Detect and filter harmful content across multiple dimensions
51-
</Card>
52-
</CardGroup>
5354

5455
The logic for all of the Guardrail Checks (including Partner Guardrails) is open source.
5556

0 commit comments

Comments
 (0)