DeepSeek V4 Flash
DeepSeek
- Input
- $0.07 / 1M50% off
- Cached input
- $0.01 / 1M
- Output
- $0.11 / 1M61% off
Cached input supported.
Use endpointProduction-ready Endpoints for open models and Sovereign Endpoints™ powered by the InferX runtime.
A request enters the OpenAI-compatible API, the scheduler restores initialized model state, GPU capacity attaches while tokens stream, and resources return to the pool when serving completes.
HOW THE STARTUP PATH CHANGES
MONTHLY ACCESS
Beta offer: $10/month, includes $50 in usage credits.
Production-ready endpoints
Start with hosted endpoints, or deploy more models from the InferX catalog.
DeepSeek
Cached input supported.
Use endpointXiaomi
Cached input supported.
Use endpointZhipu AI
Cached input supported.
Use endpointMoonshot AI
Deployment options
The same runtime. Two deployment models.
OpenAI-compatible APIs for production AI workloads with pay-per-token pricing.
Dedicated inference infrastructure powered by the InferX runtime.
Inside the InferX Runtime
OpenAI compatible
Keep the OpenAI Python SDK and request shape. Point your existing client at InferX to serve open models in production.
Verified SDK compatibilityimport osfrom openai import OpenAIclient = OpenAI( api_key=os.environ["OPENAI_API_KEY"], base_url="https://model.inferx.net/v1",)stream = client.chat.completions.create( model="Qwen/Qwen3.6-35B-A3B", messages=[{"role": "user", "content": "Hello, InferX."}], stream=True,)for chunk in stream: print(chunk.choices[0].delta.content or "", end="")Two ways to build
Production inference managed by InferX.
Start BuildingDeploy the InferX Platform into Kubernetes, bare metal, private cloud, GPU clouds, or air-gapped environments.
Explore On-Prem Deployment