Skip to content

Commit 739741b

Browse files
nhilth-vngcloudgitbook-bot
authored andcommitted
GITBOOK-1490: No subject
1 parent 6b90f5e commit 739741b

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

Vietnamese/ai-stack/ai-platform/inference.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,15 @@ Tính năng **Inference** giúp bạn triển khai mô hình AI thành một d
6969

7070
### Bước 3: Gọi Inference 
7171

72-
Sau khi đã có **API Key và Endpoint URL** bạn có thể sử dụng Inference.
73-
74-
75-
76-
72+
Sau khi Inference Active và có **Endpoint URL. B**ạn có thể sử dụng Inference.
73+
74+
* Private Inference
75+
* ```
76+
curl --location 'https://inference-aiplatform-hcm.api.vngcloud.vn/v1/<uid-inference>' ^
77+
--header 'Authorization: Bearer <api-key>'
78+
```
79+
* Public Inference
80+
* ```
81+
curl --location 'https://inference-aiplatform-hcm.api.vngcloud.vn/v1/<uid-inference>'
82+
```
7783

0 commit comments

Comments
 (0)