Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

⁠# Kilawatt Cloud API (kilawatt-cloud-api)

Official API specification, OpenAPI manifests, and integration templates for Kilawatt Cloud (https://api.kilawattcloud.dev).

Kilawatt Cloud provides automated, zero-friction, balance-gated GPU orchestration for high-performance AI inference, fine-tuning, and autonomous agent workflows.


⚡ Quickstart & Authentication

All API requests require a bearer token generated from your Kilawatt Cloud console.

curl -X POST "https://api.kilawattcloud.dev/v1/clusters/deploy" \

  -H "Authorization: Bearer YOUR_KILAWATT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "gpu_type": "b200",
"gpu_count": 8,
"max_price_per_hour": 3.00
  }'

About

API documentation, OpenAPI specifications, and integration templates for Kilawatt Cloud.⁠

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors