Language
Torna al catalogo

DeepSeek V4 Flash

deepseek-v4-flash
Ottieni una chiave API
INPUT / 1M$0.018
OUTPUT / 1M$0.036
LETTURA CACHE / 1Mcaching non supportato su questo modello
CONTESTO1Mtoken per richiesta
Chiama questo modello
from openai import OpenAI

client = OpenAI(
    api_key="sk-ak-...",
    base_url="https://apikey.sh/v1",
)

resp = client.chat.completions.create(
    model="deepseek-v4-flash",
    messages=[{"role": "user", "content": "Hello!"}],
)
print(resp.choices[0].message.content)
Specifiche
ProviderDeepSeek
CategoriaVeloci ed economici
Contesto1M tokens
Output massimo8.2K
Endpoint/v1/chat/completions
toolsreasoningstreaming