Rate Limits
Guardrail endpoints on a platform deployment are not subject to a fixed request-rate limit. Throughput is governed by the resources provisioned for your Fiddler deployment; contact your Fiddler representative for sizing guidance.Understanding Centor Model Scores
Fiddler Centor Models return scores in the range of 0 to 1. These scores represent the model’s confidence that the input belongs to the target class (e.g., toxicity, hallucination).- Higher scores (closer to 1): Higher confidence that the input belongs to the target class
- Lower scores (closer to 0): Lower confidence that the input belongs to the target class
- Lower thresholds: Catch more true positives but include more false positives
- Higher thresholds: Reduce false positives, but might miss some true positives
- Start with the default threshold
- Monitor both missed detections and false alarms
- Adjust gradually based on which type of error is more problematic for your application
Safety Model
The safety guardrail accepts a large but fixed maximum input length. Inputs that exceed the limit return HTTP 413 — contact your Fiddler representative for the limit that applies to your environment.
- Jailbreaking
- Illegal content
- Hateful content
- Harassment
- Racism
- Sexism
- Violence
- Sexual content
- Harmful content
- Unethical content
- Roleplaying
Centor Model for Faithfulness
The faithfulness guardrail accepts large
context and response inputs, each up to a fixed maximum length. Inputs that exceed a limit return HTTP 413 — contact your Fiddler representative for the limits that apply to your environment.- Response: the text generated by your generative application
- Context Documents: the reference text that the application response must remain faithful to
Centor Model for PII/PHI (Sensitive Information Detection)
The PII/PHI guardrail accepts a large but fixed maximum input length. Inputs that exceed the limit return HTTP 413 — contact your Fiddler representative for the limit that applies to your environment.
- PII Detection: 35+ entity types including personal, financial, and government identifiers
- PHI Detection: 7 healthcare-specific entity types for HIPAA compliance
- Custom Entity Detection: Organization-specific sensitive data patterns
- High Performance: 0.1 confidence threshold with top-1024 entity filtering
- Comprehensive Coverage: Supports 35+ PII and 7 PHI entity types
- Custom Entities: Define organization-specific sensitive patterns
- Detailed Output: Returns entity text, type, confidence score, and character positions
- Personal Identifiers: person, date_of_birth
- Contact Information: email, email_address, phone_number, mobile_phone_number, landline_phone_number, address, postal_code
- Financial Data: credit_card_number, credit_card_expiration_date, cvv, cvc, bank_account_number, iban
- Government IDs: social_security_number, passport_number, drivers_license_number, tax_identification_number, cpf, cnpj, national_health_insurance_number
- Digital Identifiers: ip_address, digital_signature
- Medical Information: medication, medical_condition, medical_record_number
- Insurance Data: health_insurance_number, health_plan_id
- Healthcare Identifiers: birth_certificate_number, device_serial_number
- Lower thresholds (< 0.1): Catch more potential sensitive data but may include more false positives
- Higher thresholds (> 0.1): Reduce false positives but might miss some valid sensitive information