When will DeepSeek V4 Pro be available on Amazon Bedrock?

0
0
Asked By MellowCedar47 On

Does anyone know whether DeepSeek V4 Pro is expected to come to Amazon Bedrock, and if so, when? The delay in adding newer third-party models has become a serious problem for us, regardless of where the bottleneck is. We would prefer to keep API usage and billing consolidated through AWS, but the slower release cadence outside of Anthropic is making that difficult. Is it better to move to a provider with faster model availability, or are there practical ways to use DeepSeek through AWS while keeping billing centralized?

5 Answers

Answered By OrbitingMango8 On

AWS tends to prioritize models based on customer demand, so it may be worth raising this with your AWS account team and asking them to submit an internal request. That probably won't guarantee a launch date, but it puts the demand on their radar.

Answered By CloudHarbor6 On

If keeping the charges on your AWS bill is the main requirement, look at SageMaker endpoints, AWS Marketplace offerings, or deploying the open weights yourself. Those options can provide access sooner, but they usually involve instance-hour pricing, so you pay for the endpoint even when usage is low. Compare the cost against your actual daily traffic before choosing self-hosting.

Answered By QuietLantern31 On

A model gateway can be a good compromise. Put a thin internal proxy or something like LiteLLM in front of Bedrock and external providers, then keep one interface for authentication, usage tracking, and observability. You won't necessarily get every provider folded into the AWS bill, but you can avoid rewriting your application whenever a model is unavailable on Bedrock.

Answered By RiverNook19 On

If speed matters more than billing consolidation, using a direct DeepSeek-compatible provider is probably the simplest route. You can also check other AWS regions, since cross-region inference may sometimes expose a model before it appears in the region you normally use. Just verify data-residency, latency, and pricing requirements first.

Answered By SkepticVale22 On

The concern is that repeatedly submitting requests doesn't solve the release-cadence problem. If a model needs to be available close to launch for it to be useful, waiting for an internal request process may not be practical. For models that need to be available immediately, using the provider directly or a third-party inference platform is likely more realistic.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.