You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/secrets.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ import { VersionBadge } from "@site/src/components/versionbadge";
8
8
9
9
# Secrets
10
10
11
-
<VersionBadgeversion="v0.13" />
11
+
<VersionBadgeversion="v0.13"noLeftMargin={true}/>
12
12
13
13
Wave Terminal provides a secure way to store sensitive information like passwords, API keys, and tokens. Secrets are stored encrypted in your system's native keychain (macOS Keychain, Windows Credential Manager, or Linux Secret Service), ensuring your sensitive data remains protected.
Wave AI supports custom AI modes that allow you to use local models, custom API endpoints, and alternative AI providers. This gives you complete control over which models and providers you use with Wave's AI features.
Copy file name to clipboardExpand all lines: docs/docs/waveai.mdx
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,15 +74,32 @@ Supports text files, images, PDFs, and directories. Use `-n` for new chat, `-s`
74
74
File system operations require explicit approval. You control all file access.
75
75
:::
76
76
77
+
## Local Models & BYOK
78
+
79
+
Wave AI supports using your own AI models and API keys:
80
+
81
+
-**Local Models**: Run AI models locally with [Ollama](https://ollama.ai), [LM Studio](https://lmstudio.ai), [vLLM](https://docs.vllm.ai), and other OpenAI-compatible servers
82
+
-**BYOK (Bring Your Own Key)**: Use your own API keys with OpenAI, OpenRouter, Google AI (Gemini), Azure OpenAI, and other cloud providers
83
+
-**Multiple Modes**: Configure and switch between multiple AI providers and models
84
+
-**Privacy**: Keep your data local or use your preferred cloud provider
85
+
86
+
See the [**Local Models & BYOK guide**](./waveai-modes.mdx) for complete configuration instructions, examples, and troubleshooting.
87
+
77
88
## Privacy
78
89
90
+
**Default Wave AI Service:**
79
91
- Messages are proxied through the Wave Cloud AI service (powered by OpenAI's APIs). Please refer to OpenAI's privacy policy for details on how they handle your data.
80
92
- Wave does not store your chats, attachments, or use them for training
81
93
- Usage counters included in anonymous telemetry
82
94
- File access requires explicit approval
83
95
96
+
**Local Models & BYOK:**
97
+
- When using local models, your chat data never leaves your machine
98
+
- When using BYOK with cloud providers, requests are sent directly to your chosen provider
99
+
- Refer to your provider's privacy policy for details on how they handle your data
100
+
84
101
:::info Under Active Development
85
-
Wave AI is in active beta with included AI credits while we refine the experience. BYOK will be available once we've stabilized core features and gathered feedback on what works best. Share feedback in our [Discord](https://discord.gg/XfvZ334gwU).
102
+
Wave AI is in active beta with included AI credits while we refine the experience. Share feedback in our [Discord](https://discord.gg/XfvZ334gwU).
86
103
87
104
**Coming Soon:**
88
105
-**Remote File Access**: Read files on SSH-connected systems
0 commit comments