Reverie LogoReverie
角色故事功能创作者博客
登录注册
文档
文档

Welcome to Reverie

Thoughtful AI character platform. Chat, write, build, earn.

See what shipped this week →
Welcome to Reverie

Start here

Account setup
Your first conversation
Finding characters
Credits explained

Conversations

Chat overview
Side panel & chat settings
Slash commands
Smart suggestions
Forking conversations
Group chats
Voice calls
Voice cloning & design
Reasoning mode
First-response enhancement
Dual-model first-response comparison
Peek into the character's mind
Image-to-video
Personas
Scenarios
How memory works
World Books
Plugins overview
Using plugins
Creating plugins

Long-form writing

Story mode
Writing interactive stories
Novel mode
Directing prose in novel mode
Chat-to-novel

Social

Moments
Hashtags
Discovery

Build & earn

Character quick start
Conversational character builder
Advanced settings
Custom response styling
Stickers
First-response tuning
Test drive (debug chat)
Image guidelines
Writing characters that feel real
Publishing & managing
Creator hub
Revenue streams
Direct fan support
Withdrawals
Campaigns
Bounty challenges
Creator announcements
Creator analytics

Beyond the app

Discord bot
Telegram bot
Open API

Your account

Profile & preferences
Security
API keys
Data & privacy
Credit ledger
Subscriptions
Referrals
Redeem codes

Reference

Supported models
Choosing a model
Free models
Reverie LogoReverie

AI 角色聊天与角色扮演平台。梦想它、创造它、与它对话。

推特·Discord·关于我们·联系我们

产品

功能主题AI 角色扮演角色扮演灵感AI RPG带记忆的 AI 聊天角色故事瞬间AI 角色创建器可视化角色创建器世界书AI 角色扮演插件故事模式AI 小说写作聊天转小说角色挑战成就年度回顾

探索

NSFW AI聊天AI 女友AI 男友AI 伴侣AI群聊用户人设AI 语音通话AI 声音克隆AI 模型对话分叉斜杠指令AI故事生成器会主动找你的 AI无限消息标签创作者

对比

最佳 AI 角色扮演平台最佳 AI 女友应用最佳 NSFW AI 聊天平台Character.AI 替代方案vs Character.AIvs Janitor AIvs Chai AIvs SpicyChatvs Crushon.AIvs Polybuzz.AIvs Chub AIvs SillyTavernvs Talkie AIvs AI Dungeonvs Replikavs Moematevs Figgs AI

资源

指南创作者计划AI 角色 API角色导入器聊天记录导入器常见问题博客更新日志定价Discord 机器人Telegram 机器人

分类

  • 奇幻
  • 科幻
  • 动漫
  • 游戏
  • 名人
  • 浪漫
  • 主导
  • 顺从
  • 角色扮演
  • 恋物
  • BDSM
  • 奇幻生物
  • Cosplay
  • 虚拟女友
  • 虚拟男友
  • 后宫
  • 兽人
  • 怪物
  • 制服
  • 触手
  • 超自然
  • 虚拟老婆
  • 伪娘
  • 扶她
  • 魔物娘
隐私政策条款和条件社区准则
support@reverie.im
651 N Broad St, Suite 206, Middletown, DE 19709, USA
© 2026 Reverie. All rights reserved.
Account

API keys

API keys you generate to access Reverie characters from your own apps — the OpenAI-compatible endpoint, the character importer skill, custom integrations.

API keys on Reverie are outbound — they let your own code call Reverie. They're not for plugging external provider keys (OpenAI, Anthropic, etc.) into Reverie's chat; Reverie uses its own model routing internally.

What API keys are for

  • The Open API — an OpenAI-compatible chat completions endpoint you can call from any client that speaks OpenAI
  • The Character Importer skill — CLI tool that uses the v1 character creation endpoint
  • Any custom integration that calls Reverie's /api/v1 surface

Creating a key

Settings → API keys → + New key.

  • Name — which integration or device the key is for, so you can revoke it later
  • Default character (optional) — when set, requests without a model field land on this character (useful for single-character bots and integrations)
  • Expiration (optional) — auto-expire after a date

Keys are prefixed rk_ and shown only once on creation — store them somewhere safe (a password manager, a secret store). If you lose a key, revoke it and create a new one.

Using a key

Pass it as a Bearer token:

Authorization: Bearer rk_...

See the Open API guide for the full request shape, model field semantics, streaming behaviour, and error codes.

Per-key default character

The "default character" field on a key is genuinely useful for narrow integrations:

  • A Discord bot that's just one character — set that character as default; requests don't need a model field
  • A tutoring chatbot pinned to a specific tutor character — same
  • The GET /v1/models endpoint changes behaviour: with a default character set, it returns that character's scenarios so OpenAI-compatible UIs can pick between scenarios as if they were model variants

Without a default, the API falls back to your most recent character chat.

Revoking and rotating

Settings → API keys → [key] → Revoke. Immediate; the key stops working on the next request.

Rotation: create a new key with the same name + default character, ship the new key to your integration, then revoke the old one. No downtime if you swap them in the right order.

Billing

API usage spends from your Reverie credit balance — same per-token rates as web chat, no surcharge for using the API. The credit ledger labels API usage with the key name so you can see per-integration spend.

What we don't currently support

For the avoidance of doubt: Reverie doesn't currently let you bring your own provider keys (OpenAI, Anthropic, Google, OpenRouter, DeepSeek) and route Reverie chats through them. We manage model routing centrally so we can guarantee uptime, fall back when a provider is down, and tune costs across the catalog. If this changes we'll announce it in the changelog.

On this page

What API keys are for
Creating a key
Using a key
Per-key default character
Revoking and rotating
Billing
What we don't currently support