Contents

Models

Region
ModelContextSydneyMemphis
DeepSeek Flashdeepseek-flash128k$0.16 · $0.32$0.14 · $0.28
DeepSeek Reasonerdeepseek-reasoner128k$0.62 · $2.48$0.55 · $2.19
Qwen 3qwen-3256k$0.23 · $0.68Not in Memphis

USD per 1M tokens, input · output. Prices are placeholders until launch. DeepSeek Reasoner charges thinking tokens at the output rate.

List the models the region you call serves right now:

GET /v1/models
curl https://au.api.safeailabs.ai/v1/models \
  -H "Authorization: Bearer $SAFE_AI_KEY"

{
  "object": "list",
  "data": [
    { "id": "deepseek-flash", "object": "model", "owned_by": "deepseek", "context_length": 128000 },
    { "id": "deepseek-reasoner", "object": "model", "owned_by": "deepseek", "context_length": 128000 },
    { "id": "qwen-3", "object": "model", "owned_by": "qwen", "context_length": 256000 }
  ]
}