Back to models
provider-prod-78-tokenhub-deepseek

DeepSeek V4 Flash

deepseek-v4-flash
provider-prod-78-tokenhub-deepseek0 contextFree

DeepSeek-V4-Flash is a preview of the DeepSeek-V4 series, a Mixture-of-Experts model with 284B total parameters and 13B activated, built for efficient reasoning across a 1M-token context window.

Total Context0
PricingFree

Providers for DeepSeek V4 Flash

AnyInt routes requests to the best providers that are able to handle your prompt size and parameters, with fallbacks to maximize uptime.

provider-prod-78-tokenhub-deepseek
Total Context0
PricingFree

Sample code and API for DeepSeek V4 Flash

AnyInt generates a quickstart from this model's declared API operations, including complete polling flows for asynchronous media.

Create API key

Choose an operation and language that match this model.

ResponsesOpenAI compatible

Call the standard operation supported by this model.

/v1/responses
curl 'https://api.anyint.ai/v1/responses' \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer <YOUR_API_KEY>" \
  -d '{
  "model": "deepseek-v4-flash",
  "input": "Describe a calm futuristic city at sunrise."
}'