DATA SAFETY BEFORE AI / OPENAI-COMPATIBLE

Set the Data Safety level before AI sees your data.

Every request declares its Data Safety level first — DS0 routes untouched, DS2 redacts detected PII and secrets, DS4 denies before dispatch. Text-only streaming is available on the gpt-* aliases; tool calling uses standard buffered responses.

Safety gate before dispatchOpenAI-compatibleDS0-DS4 per request
Base URL: https://cpenrouter.space/v1 · OpenAI Chat Completions subset
5Data Safety levelsDS0 route → DS4 deny
13+PII & secret categoriesemails → device IDs → API keys
25+national ID formatsAadhaar · NRIC · RRN · NINO
$5starter creditafter OAuth, activation, and abuse controls
CPEN Router / Data Safety

Control sensitive data before AI.

Select DS0-DS4 for the request: DS0 performs no payload inspection, DS1 skips payload inspection while trace storage remains optional, DS2 redacts detected supported patterns, and DS3 or DS4 block or deny matching requests.

CPEN ROUTER / DATA SAFETY BEFORE AI

Select the Data Safety action for your request.

REDACT.BLOCK.ROUTE.
ILLUSTRATIVE REDACTION13+ PII + SECRET CATEGORIES
EMAILprivate field
sample.user@example.invalid[REDACTED_EMAIL]
CREDIT CARDprivate field
4242 4242 4242 4242[REDACTED_CREDIT_CARD]
SSN / RRNprivate field
078-05-1120[REDACTED_SSN]
PASSPORTprivate field
passport M12345678[REDACTED_PASSPORT]
IBANprivate field
DE89 3704 0044 0532 0130 00[REDACTED_FINANCIAL_ID]
API KEYprivate field
sk_live_51H8...a1b2[REDACTED_SECRET]
Redact

Redacts detected supported patterns.

Block

Blocks matching requests.

Route

No payload inspection.

CPEN Router / Data Safety Levels

Set the Data Safety level. Watch the request change.

Select DS0-DS4 — the same control you send on every API request.

SAFETY LEVEL

DS2 Redact

Detected supported patterns are rewritten before dispatch.

Refundsample.user@example.invalidforcard 4242 4242 4242 4242usingsk_live_51H8...a1b2for Min from Seoul
Refundsample.user@example.invalidforcard 4242 4242 4242 4242usingsk_live_51H8...a1b2for Min from Seoul
Scanning request
requestCPEN safetyAI provider
API endpoint

Use one API endpoint.

Keep your SDK. Set CPEN as base URL and choose a Data Safety level per request.

SDK-minimal request

POST https://cpenrouter.space/v1/chat/completions
Authorization: Bearer cpen_live_...

{
  "model": "cpen/gpt-5-4-mini",
  "messages": [{"role":"user","content":"Extract invoice fields"}],
  "routing": {"data_safety_level": 2}
}
Selected Data Safety behavior.

DS0 performs no payload inspection. DS2 redacts detected supported patterns; DS3 and DS4 block or deny matching requests.

Published model pricing.

DS2-DS4 add a fee of 1% of the model usage charge after cache reconciliation; DS0 and DS1 add no Data Safety fee.

CPEN API model capabilities.

Text-only streaming is available on the gpt-* aliases; tool calling uses standard buffered responses.

Benchmark method

Models with visible signals.

Quality, latency, reliability, and policy risk stay visible before production use.

DS0-DS4 enforcementPolicy checked

Data Safety runs before dispatch.

GPQA benchmarkQuality scored

Benchmark data informs the model choice.

p50 + p95Latency measured

Tail latency stays visible.

Health + reliabilityRisk flagged

Health and policy risk are surfaced.

API endpointUse one API endpoint.

Keep your SDK. Set CPEN as base URL and choose a Data Safety level per request.

model: "cpen/gpt-5-4-mini" routing: { data_safety_level: 2 }Read the docs
Trust & policy

Built for CPEN Router workloads with Data Safety controls.

CPEN applies the selected Data Safety Level before dispatch when that level requires enforcement.

Service termsPre-dispatch safety boundary

Selected Data Safety controls apply before dispatch.

PaymentsUsage billing for policy enforcement

DS2-DS4 add a fee equal to 1% of the model usage charge after cache reconciliation; DS0 and DS1 add none.

Abuse controlsFair-use guardrails

Limits and policy denials protect production traffic.

Make Data Safety the first request decision.

Choose DS0-DS4 before dispatch, then use the same API for your selected model alias.

CPEN Router — OpenAI-Compatible AI API