0.0.1
OAS 3.0.3
San Francisco Compute Documentation
It's a market for very large scale GPU clusters.
Client Libraries
It's a market for very large scale GPU clusters.
Place buy and sell orders for contracts on accelerator nodes.
^Bearer .*
Generate a bearer token with $ sf tokens create
.
{
"side": "buy",
"instance_type": "h100i",
"quantity": 1,
"start_at": "2024-12-06T03:50:14.947Z",
"end_at": "2024-12-06T04:50:14.947Z",
"price": 28500
}
curl /v0/orders \
--request POST \
--header 'Content-Type: application/json' \
--data '{
"side": "buy",
"instance_type": "h100i",
"quantity": 1,
"start_at": "2024-12-06T03:50:14.947Z",
"end_at": "2024-12-06T04:50:14.947Z",
"price": 28500
}'
{
"object": "…",
"id": "…",
"status": "…"
}