Accessing Private Cloud Compute

Hello,

I recently learned about Private Cloud Compute (PCC):

https://developer.apple.com/private-cloud-compute/

I am currently using a standard Developer Program account, and it seems that I cannot apply for the program directly. Is there an alternative? Also, is there any additional fee for using this service?

If I want to call PCC in the app, for example, using the following code:

let session = LanguageModelSession(
model: PrivateCloudComputeLanguageModel()
)

Do I need to apply for a specific plan to ensure that my App is successfully published on the App Store and available to users?

Thank you!

Accessing Private Cloud Compute
 
 
Q