Free AI Index / Resource detail

DeepSeek API · low cost, not free

DeepSeek · official API

What this offer provides

DeepSeek is useful as a cost benchmark, but it is not a free quota entry. The directory keeps low-cost pay-as-you-go offers visible without calling them free.

Quick facts

Free mechanismVery low unit price; not a free quota
ValidityPay-as-you-go / no expiry
AccessInternational API
Last verified2026-09-06

How to use it

使用 DeepSeek PAYG API 并控制余额消耗

Prerequisites

Steps

curl

curl --request POST https://api.deepseek.com/chat/completions --header 'Authorization: Bearer ${DEEPSEEK_API_KEY}' --header 'Content-Type: application/json' --data '{"model":"deepseek-chat","messages":[{"role":"user","content":"Hello"}]}'

Official sources

Official pricing documents a pay-as-you-go API; no free quota is represented here.

Related resources