Need to process millions of documents? DeepSeek's Batch API lets you do it at 50% off the regular price.
Process large volumes of requests asynchronously at half the cost. Ideal for document analysis, content generation, and data processing.
Regular: $0.14/M tokens
Batch: $0.07/M tokens
50% savings on all processing.
python
from openai import OpenAI
client = OpenAI(
api_key='your-key',
base_url='https://api.deepseek.com'
)
# Create batch request
batch = client.batches.create(
requests=[
{'custom_id': '1', 'method': 'POST', 'url': '/v1/chat/completions', 'body': {...}},
{'custom_id': '2', 'method': 'POST', 'url': '/v1/chat/completions', 'body': {...}}
]
)
Use Cases
Document summarization, bulk translation, content generation, data labeling
Ready to Start Saving?
Get the complete setup guide or let us recharge your API account
View Products →