Skip to content

Commit 6acac00

Browse files
authored
No byok for Deep Search (#1258)
Update Deep Search docs to explain we don't support BYOK
1 parent fea7e78 commit 6acac00

File tree

1 file changed

+3
-67
lines changed

1 file changed

+3
-67
lines changed

docs/deep-search/index.mdx

Lines changed: 3 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@ If Deep Search is disabled, ask your site administrator to enable the following
4747
},
4848
```
4949

50-
For optimal performance, Deep Search is specialized only to use one model. Currently, Deep Search only supports Claude Sonnet 4.
51-
52-
If you are not using [Cody Gateway](/cody/core-concepts/cody-gateway), you must also configure the model through Amazon Bedrock or GCP Vertex.
50+
For optimal performance, Deep Search is specialized only to use one model (Claude Sonnet 4).
5351

5452
### Enabling conversation sharing
5553

@@ -62,68 +60,6 @@ Conversation sharing is disabled by default. To enable conversation sharing, ask
6260
},
6361
```
6462

65-
### Configuring Deep Search on Amazon Bedrock or GCP Vertex
66-
67-
In your site configuration, include the configuration for Claude Sonnet 4 in [modelOverrides](/cody/enterprise/model-configuration#model-overrides). For more information on configuring models, refer to [Model Configuration](/cody/enterprise/model-configuration).
68-
69-
Examples of Sonnet 4 configuration inside `modelOverrides`:
70-
71-
Amazon Bedrock:
72-
73-
```json
74-
{
75-
"modelRef": "aws-bedrock::v1::claude-sonnet-4",
76-
"modelName": "us.anthropic.claude-sonnet-4-20250514-v1:0",
77-
"displayName": "Claude Sonnet 4 (AWS Bedrock)",
78-
"capabilities": [
79-
"chat",
80-
"tools",
81-
],
82-
"category": "balanced",
83-
"status": "stable",
84-
"contextWindow": {
85-
"maxInputTokens": 200000,
86-
"maxOutputTokens": 32000,
87-
}
88-
},
89-
```
90-
91-
GCP Vertex:
92-
93-
```json
94-
{
95-
"modelRef": "google-anthropic::v2::claude-sonnet-4",
96-
"modelName": "claude-sonnet-4@20250514",
97-
"displayName": "Claude Sonnet 4 (GCP Vertex)",
98-
"capabilities": [
99-
"chat",
100-
"tools",
101-
],
102-
"category": "balanced",
103-
"status": "stable",
104-
"contextWindow": {
105-
"maxInputTokens": 200000,
106-
"maxOutputTokens": 32000,
107-
}
108-
},
109-
```
110-
111-
Then, configure Deep Search to use this model in `experimentalFeatures`:
11263

113-
Amazon Bedrock:
114-
115-
```json
116-
"experimentalFeatures": {
117-
"deepSearch.enabled": true,
118-
"deepSearch.model": "aws-bedrock::v1::claude-sonnet-4"
119-
},
120-
```
121-
122-
GCP Vertex:
123-
124-
```json
125-
"experimentalFeatures": {
126-
"deepSearch.enabled": true,
127-
"deepSearch.model": "google-anthropic::v2::claude-sonnet-4"
128-
},
129-
```
64+
### Custom model configuration and BYOK (Bring Your Own Key)
65+
Deep Search is only available to customers using Sourcegraph’s built-in model gateway. Customers who configure and access their own models via BYOK cannot use the Deep Search feature.

0 commit comments

Comments
 (0)