With gcloud compute, use the same instances create command that you would use to create a normal instance, but add the --preemptible flag.
gcloud compute instances create [INSTANCE_NAME] --preemptible
where [INSTANCE_NAME] is the name of the instance.