Skip to main content
See Playground for the workflow walkthrough.

sf serve start

sf serve ls / extend / stop

Services consume real GPU quota; when the TTL expires they stop automatically and release the GPUs. For long sessions use extend, and stop as soon as you’re done.
Services are OpenAI-compatible endpoints — the address from sf serve ls can be configured directly into any OpenAI SDK client.

sf serve

Manage inference services

sf serve extend

Extend an inference service’s TTL

sf serve ls

List my inference services
No options beyond --help.

sf serve start

Start an inference service

sf serve stop

Stop an inference service
No options beyond --help.