Models & Inference
Can safety filters or content restrictions be disabled on text generation models?
No, safety features and content restrictions for text generation models (such as Llama, Mistral, etc.) are embedded by the original model creators during training:
- Safety measures are integrated directly into the models by the teams that trained and released them.
- These are core behaviors of the model, not external filters.
- Different models may have varying levels of built-in safety.
- Fireworks.ai does not add additional censorship layers beyond what is inherent in the models.
- Original model behaviors cannot be modified via API parameters or configuration.
Note: For specific content handling needs, review the documentation of each model to understand its inherent safety features.