We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b90f5e commit 739741bCopy full SHA for 739741b
Vietnamese/ai-stack/ai-platform/inference.md
@@ -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
69
70
### Bước 3: Gọi Inference 
71
72
-Sau khi đã có **API Key và Endpoint URL** bạn có thể sử dụng Inference.
73
-
74
75
76
+Sau khi Inference Active và có **Endpoint URL. B**ạn có thể sử dụng Inference.
+
+* Private Inference
+ * ```
+ 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
83
0 commit comments