Skip to content
Pruna AI Customer Support Portal home
Pruna AI Customer Support Portal home

How can I get Pruna Pro?

  1. Get your pruna_pro token.

To get a new token, please visit our pricing page and select Buy Pro. You can choose between a usage-based model and buying credits.

  • Usage-based: $0.40/hour, as much usage as you need billed at the end of the month

  • Credit-based: you purchase credits in multiples of $200 ($200 = 500 hours of inference time)

After selecting your preferred mode, you will be redirected to Stripe. If all goes through, you will receive an email from us with the token. Should you have any issues, please get in touch with us at support@pruna.ai; we’ll make sure to solve any problems or answer any questions.

  1. Import from pruna_pro instead of pruna:

    from pruna_pro import smash # instead of: from pruna import smash

Pass your pruna_pro token to the smash function:

from pruna_pro import smash smash(model, smash_config, token='<your_pruna_pro_token>') # add your token here
  1. Use the same familiar workflow with enhanced capabilities:

    • The algorithm documentation applies to both versions

    • Configuration parameters work the same way

    • All pruna features are available in pruna_pro, with additional advanced options