v1.0.0
OAS 3.0.0
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.
Production
Place buy and sell orders for contracts on accelerator nodes.
List orders
Side of the order (buy/sell)
The instance type.
full-date notation as defined by RFC 3339, section 5.6, for example, 2017-07-21
full-date notation as defined by RFC 3339, section 5.6, for example, 2017-07-21
curl https://api.sfcompute.com/v0/orders
{
"data": [
{
"object": "order",
"id": "ordr_123",
"side": "buy",
"status": "pending",
"instance_type": "h100i",
"quantity": 4,
"start_at": "2021-01-01T00:00:00Z",
"end_at": "2021-01-01T01:00:00Z",
"price": 2850000,
"flags": {
"market": false,
"post_only": false,
"ioc": false
},
"executed": false,
"cancelled": false,
"colocate_with": [],
"created_at": "2021-01-01T00:00:00Z",
"rejected": false
}
],
"has_more": true,
"object": "list"
}List of orders
Quote
A VM instance you can connect to when your contract starts.