# Coralflavor

> Coralflavor is a private, secure, adult-only AI chat platform and OpenAI-compatible uncensored LLM API. It provides unfiltered conversational AI without safety alignment or prompt rejection, alongside developer tools for building applications on top of the same models.

Coralflavor offers two main surfaces: a web chat at the root URL for end users, and an OpenAI-compatible HTTP API for developers. The chat supports streaming responses, web search grounding, image and PDF uploads, and persistent chat history for signed-in users. The API mirrors the OpenAI Chat Completions interface so existing SDKs work with a base URL swap.

## Product

- [Coralflavor Chat](https://coralflavor.com/): Main web chat interface with streaming, file uploads, and saved history.
- [API Dashboard](https://coralflavor.com/api-dashboard): Generate API keys, view usage, and purchase API credits.
- [Uncensored LLM API](https://coralflavor.com/uncensored-llm-api): Overview of the OpenAI-compatible API, models, pricing, and code samples.
- [Uncensored Discord Chatbot](https://coralflavor.com/uncensored-discord-chatbot): Add Coralflavor to a Discord server.
- [Best Unfiltered AI Chatbots](https://coralflavor.com/best-unfiltered-ai): Comparison of leading unfiltered AI chatbots and LLMs.

## API

- Endpoint: `POST https://coralflavor.com/v1/chat/completions`
- Compatible with the OpenAI Chat Completions schema, including `stream: true` for server-sent events and optional `websearch: true` for Exa grounding (+$0.10/request).
- Authenticate with a bearer token from the API dashboard: `Authorization: Bearer <api_key>`.
- Vision endpoint: `POST https://coralflavor.com/vision` for image-based prompts.
- Web search grounding: `POST https://coralflavor.com/exa-search`.

## Content

- [Blog](https://coralflavor.com/blog): Articles on unfiltered AI, model comparisons, and product updates.
- [The Truth](https://coralflavor.com/truth): Coralflavor's stance on AI safety alignment and user autonomy.

## Policies

- [Privacy Policy](https://coralflavor.com/privacy): How user data and chat history are handled.
- [Terms of Service](https://coralflavor.com/tos): Usage terms, including the adult-only restriction.

## Optional

- Sitemap: https://coralflavor.com/sitemap.xml
- Robots: https://coralflavor.com/robots.txt
