Inference API access?

#48
by TheGaffer - opened

Is there a way to get API access to this model? If it already exists, e.g., like bert?
https://api-inference.huggingface.co/models/bert-base-uncased

TheGaffer changed discussion title from API access? to Inference API access?

They have a GRPC endpoint, you can use your API key from beta.dreamstudio.ai

https://github.com/Stability-AI/stability-sdk

Another example client and CLI in .Net 6:
https://github.com/victorchall/dotnet-stabdiff-grpc

That's awesome, exactly what I needed

TheGaffer changed discussion status to closed

Sign up or log in to comment