Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions training/api-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ https://api.training.wandb.ai/v1
### chat-completions

- **[POST /v1/chat/completions](https://docs.wandb.ai/training/api-reference/chat-completions/create-chat-completion)** - Create Chat Completion
- **[POST /v1/chat/completions/](https://docs.wandb.ai/training/api-reference/chat-completions/create-chat-completion)** - Create Chat Completion

### models

Expand Down
6 changes: 6 additions & 0 deletions training/api-reference/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,9 @@
},
"/v1/health": {
"get": {
"tags": [
"health"
],
"summary": "Health Check",
"operationId": "health_check_v1_health_get",
"responses": {
Expand All @@ -579,6 +582,9 @@
},
"/v1/system-check": {
"get": {
"tags": [
"health"
],
"summary": "System Check",
"description": "Check health of all system components.\n\nReturns:\n JSON with status of:\n - api: Always true (if endpoint is reachable)\n - database: Whether DB connection works\n - cpu_queue: Success, duration, and any errors\n - gpu_queue: Success, duration, and any errors\n\nReturns HTTP 503 if any checks fail.",
"operationId": "system_check_v1_system_check_get",
Expand Down