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: apps/docs/content/docs/en/execution/costs.mdx
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,28 @@ The model breakdown shows:
106
106
107
107
## Bring Your Own Key (BYOK)
108
108
109
-
You can use your own API keys for hosted models (OpenAI, Anthropic, Google, Mistral) in **Settings → BYOK** to pay base prices. Keys are encrypted and apply workspace-wide.
109
+
Use your own API keys for AI model providers instead of Sim Studio's hosted keys to pay base prices with no markup.
110
+
111
+
### Supported Providers
112
+
113
+
| Provider | Usage |
114
+
|----------|-------|
115
+
| OpenAI | Knowledge Base embeddings, Agent block |
116
+
| Anthropic | Agent block |
117
+
| Google | Agent block |
118
+
| Mistral | Knowledge Base OCR |
119
+
120
+
### Setup
121
+
122
+
1. Navigate to **Settings** → **BYOK** in your workspace
123
+
2. Click **Add Key** for your provider
124
+
3. Enter your API key and save
125
+
126
+
<Callouttype="info">
127
+
BYOK keys are encrypted at rest. Only workspace admins can manage keys.
128
+
</Callout>
129
+
130
+
When configured, workflows use your key instead of Sim Studio's hosted keys. If removed, workflows automatically fall back to hosted keys with the multiplier.
0 commit comments