Skip to content

Commit 9d228fe

Browse files
Add missing API endpoints in the blueprint.
Signed-off-by: Nathalie Jonathan <[email protected]>
1 parent 8251a0d commit 9d228fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/remote_inference_blueprints/deepseek_connector_chat_blueprint.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Adapt and extend this blueprint as needed for your specific use case.
55
## 1. Create connector for DeepSeek Chat:
66

77
```json
8+
POST /_plugins/_ml/connectors/_create
89
{
910
"name": "DeepSeek Chat",
1011
"description": "Test connector for DeepSeek Chat",
@@ -61,6 +62,7 @@ POST /_plugins/_ml/model_groups/_register
6162
## 3. Register model to model group & deploy model:
6263

6364
```json
65+
POST /_plugins/_ml/models/_register?deploy=true
6466
{
6567
"name": "DeepSeek Chat model",
6668
"function_name": "remote",

0 commit comments

Comments
 (0)