6 ms·
Can you or anyone else comment on how replicate's per-second pricing ends up comparing to OpenAI's per token pricing when using Llama2?
by Anticlockwise 3y ago
Can you or anyone else comment on how replicate's per-second pricing ends up comparing to OpenAI's per token pricing when using Llama2?
- simonw 3y agoMy hunch is that OpenAI is a lot cheaper. I've spent $0.26 on 115 seconds of compute with Llama 2 on Replicate so far, which is only a dozen test prompts.
- ta988 3y agoIt is insanely more expensive on replica and they don't have the 70b model yet which will make it even more prohibitive.
- richdougherty 3y agoLooks like it's here now: https://replicate.com/replicate/llama70b-v2-chat https://replicate.com/replicate/llama70b-v2-chat As for pricing, that model's pages says: "Predictions run on Nvidia A100 (80GB) GPU hardware. Predictions typically complete within 17 seconds." And the pricing page (https://replicate.com/pricing https://replicate.com/pricing) says Nvidia A100 (80GB) GPU hardware costs $0.0032 per second. So Llama 2 70B would "typically" cost under 17 x 0.0032 = $0.0544 per run.
- ta988 3y agoThank you for checking that.