Cohere's API training default
Cohere's default posture is different from most other commercial API providers documented on this site. Under Cohere's Enterprise Data Commitments, prompts and generations on the SaaS Platform may be used to train Cohere models unless you opt out. Providers such as Anthropic and OpenAI take the opposite default on their paid APIs, where customer content is not used for training without an explicit opt-in.
Opting out is straightforward and available at any time. In the Cohere Platform, open Settings, select Data Controls in the left menu, and set the training toggle to Off. Cohere also states that it filters and strips common types of personal information from prompts and generations before any are made available for possible training use, but the cleaner control for a privacy-sensitive workload is to opt out entirely.
Because this is an on-by-default setting, it is a step the account owner must take. Meetily routes traffic under your own API key and cannot change your Cohere data controls for you.
Retention
On the SaaS Platform, Cohere automatically deletes logged prompts and generations after 30 days. The Enterprise Data Commitments name two exceptions: a longer period where a legal requirement or a customer contract requires it, or where usage is flagged as potentially violating Cohere's terms, including its Usage Policy.
These commitments apply to commercial, paying customers. For the SaaS Platform, that means accounts with a credit card on file. Trial usage falls under Cohere's standard Terms of Use and Privacy Policy instead, so confirm which set of terms governs your account before relying on the 30-day window.
Zero data retention
Cohere offers zero data retention for eligible enterprise customers. Under ZDR, Cohere does not log any prompts or generations at all. Because ZDR removes Cohere's normal ability to monitor for misuse and abuse, it is offered only to enterprise customers who can make additional commitments about their usage. To request it, contact support@cohere.com and copy your sales representative if you have one. ZDR is not a self-serve dashboard toggle, and Cohere notes that usage data is still received even when ZDR is enabled.
How Meetily uses Cohere
Meetily transcription is always 100% local, and audio never leaves your device. For summaries, Meetily's BYOK flow accepts any OpenAI-compatible base URL.
Cohere's native API at api.cohere.com uses Cohere's own proprietary request shape and is not OpenAI-compatible. To pair Cohere with Meetily, use Cohere's separate OpenAI-compatible endpoint at https://api.cohere.ai/compatibility/v1, which Cohere publishes specifically so applications built for the OpenAI SDK can call Cohere models. You set that compatibility base URL in Meetily's BYOK configuration and supply your own Cohere API key. Meetily then sends transcript text, not audio, over TLS for summarization, and the response is stored locally on your device.
Your account's contract terms and the defaults on this page apply to that traffic. Given that Cohere trains on API data by default, opt out in Data Controls before sending real meeting content, or switch your Meetily summary model to a local provider like Ollama to keep the entire pipeline on-device.
References
- "Enterprise Data Commitments", Cohere, https://cohere.com/enterprise-data-commitments (accessed 2026-06-29). Primary source for the 30-day SaaS retention window, the training-by-default posture and dashboard opt-out, ZDR eligibility for enterprise customers, and the commercial paying-customer scope.
- "AI Security and Data Protection", Cohere, https://cohere.com/security (accessed 2026-06-29). Cross-cloud deployment posture and data-control framing; no fixed public processing region.
- "Cohere Privacy Policy", Cohere, https://cohere.com/privacy (accessed 2026-06-29). Multi-jurisdictional operations (Canada, EU, US) and Data Processing Addendum reference.
- "Using Cohere models via the OpenAI SDK", Cohere Documentation, https://docs.cohere.com/docs/compatibility-api (accessed 2026-06-29). Confirms the OpenAI-compatible base URL https://api.cohere.ai/compatibility/v1 used with a Cohere API key, distinct from the native API.