Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.
Quelldateien prüfen
Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Ein direkter Befehl überspringt den Prüf-Prompt. Prüfen Sie die Quelle, bevor Sie ihn ausführen.
91 endpoints across 24 groups. See references/api-spec.lap for full details.
deployments
Method
Path
Description
GET
/deployments
Get the list of deployments
POST
/deployments
Create a new deployment
DELETE
/deployments/{id}
Delete a deployment
GET
/deployments/{id}
Get a deployment by ID or name
PATCH
/deployments/{id}
Update a deployment
GET
/deployments/{id}/logs
Get logs for a deployment
GET
/deployments/secrets
Get the list of project secrets
POST
/deployments/secrets
Create a new secret
DELETE
/deployments/secrets/{id}
Delete a secret
GET
/deployments/secrets/{id}
Get a secret by ID or name
PATCH
/deployments/secrets/{id}
Update a secret
GET
/deployments/storage/{filename}
Download a file
GET
/deployments/storage/volumes
Get the list of project volumes
POST
/deployments/storage/volumes
Create a new volume
DELETE
/deployments/storage/volumes/{id}
Delete a volume
GET
/deployments/storage/volumes/{id}
Get a volume by ID or name
PATCH
/deployments/storage/volumes/{id}
Update a volume
voices
Method
Path
Description
GET
/voices
Fetch available voices for each model
videos
Method
Path
Description
GET
/videos/{id}
Fetch video metadata
POST
/videos
Create video
chat
Method
Path
Description
POST
/chat/completions
Create chat completion
completions
Method
Path
Description
POST
/completions
Create completion
embeddings
Method
Path
Description
POST
/embeddings
Create embedding
models
Method
Path
Description
GET
/models
List all models
POST
/models
Upload a custom model or adapter
jobs
Method
Path
Description
GET
/jobs/{jobId}
Get job status
GET
/jobs
List all jobs
images
Method
Path
Description
POST
/images/generations
Create image
files
Method
Path
Description
GET
/files
List all files
GET
/files/{id}
Retrieve file metadata
DELETE
/files/{id}
Delete a file
GET
/files/{id}/content
Get file contents
POST
/files/upload
Upload a file
fine-tunes
Method
Path
Description
POST
/fine-tunes
Create job
GET
/fine-tunes
List all jobs
POST
/fine-tunes/estimate-price
Estimate price
GET
/fine-tunes/{id}
List job
DELETE
/fine-tunes/{id}
Delete a fine-tune job
GET
/fine-tunes/{id}/events
List job events
GET
/fine-tunes/{id}/checkpoints
List checkpoints
POST
/fine-tunes/{id}/cancel
Cancel job
finetune
Method
Path
Description
GET
/finetune/download
Download model
rerank
Method
Path
Description
POST
/rerank
Create a rerank request
audio
Method
Path
Description
POST
/audio/speech
Create audio generation request
GET
/audio/speech/websocket
Real-time text-to-speech via WebSocket
POST
/audio/transcriptions
Create audio transcription request
POST
/audio/translations
Create audio translation request
compute
Method
Path
Description
GET
/compute/clusters
List all GPU clusters.
POST
/compute/clusters
Create GPU Cluster
GET
/compute/clusters/{cluster_id}
Get GPU cluster by cluster ID
PUT
/compute/clusters/{cluster_id}
Update a GPU Cluster.
DELETE
/compute/clusters/{cluster_id}
Delete GPU cluster by cluster ID
GET
/compute/regions
List regions and corresponding supported driver versions
GET
/compute/clusters/storage/volumes
List all shared volumes.
PUT
/compute/clusters/storage/volumes
Update a shared volume.
POST
/compute/clusters/storage/volumes
Create a shared volume.
GET
/compute/clusters/storage/volumes/{volume_id}
Get shared volume by volume Id.
DELETE
/compute/clusters/storage/volumes/{volume_id}
Delete shared volume by volume id.
clusters
Method
Path
Description
GET
/clusters/availability-zones
List all available availability zones.
endpoints
Method
Path
Description
GET
/endpoints
List all endpoints, can be filtered by type
POST
/endpoints
Create a dedicated endpoint, it will start automatically
GET
/endpoints/{endpointId}
Get endpoint by ID
PATCH
/endpoints/{endpointId}
Update endpoint, this can also be used to start or stop a dedicated endpoint
DELETE
/endpoints/{endpointId}
Delete endpoint
hardware
Method
Path
Description
GET
/hardware
List available hardware configurations
tci
Method
Path
Description
POST
/tci/execute
Executes the given code snippet and returns the output. Without a session_id, a new session will be created to run the code. If you do pass in a valid session_id, the code will be run in that session. This is useful for running multiple code snippets in the same environment, because dependencies and similar things are persisted