DeepSeek V4.1 Flash via a monthly card
Redeem a DeepSeek card, create your own API key, and call Chat Completions on https://api.apimonth.com/v1 with model deepseek-flash. Responses and image routes are not admitted.
ApiMonth is not an official DeepSeek website.
Endpoints on this line
POST /v1/chat/completions
DeepSeek image routes are not admitted on ApiMonth.
Example Chat Completions identifier: deepseek-flash. Query GET /v1/models for the list admitted by your active card.
Published token rates
These USD / 1M token figures are platform reference rates for quota accounting, not an upstream invoice. Access depends on an active DeepSeek card.
- DeepSeek V4.1 Flashdeepseek-flash
- Context
- 1,048.576k
- Input / 1M
- $0.2985
- Output / 1M
- $1.194
| Model | Route id | Context | Input / 1M | Output / 1M |
|---|---|---|---|---|
| DeepSeek V4.1 Flash | deepseek-flash | 1,048.576k | $0.2985 | $1.194 |
First request
curl https://api.apimonth.com/v1/chat/completions \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer YOUR_APIMONTH_API_KEY' \
-d '{"model":"deepseek-flash","messages":[{"role":"user","content":"Hello"}]}'