Data Handling

Data minimization is a core design principle at Chuizi.AI. The Gateway does not persist any user message content. It only records the usage metadata necessary for billing and monitoring.

Message Content: Zero Storage

During request forwarding, the Gateway does not save, log, or cache your prompts or model responses. Message content exists only briefly in memory for stream forwarding and is released immediately after the request completes.

This means:

  • Your prompts never appear in our database
  • Model responses are not persisted
  • When you query the /v1/generation endpoint, you only see metadata, never message content

Next Steps