DeepReasoning

DeepReasoning

Provider: WinFunc
Category: Text Generation
Endpoint: POST /v1/chat/completions
Context window:
Served from: EmpirioLabs (Native Inference)

Pairs DeepSeek R1 chain-of-thought reasoning with Anthropic Claude creative and code generation behind a unified, data-controlled interface.

At a glance

FieldValue
Model iddeepreasoning
Input modalitiestext
Output modalitiestext
Context window
RegionEmpirioLabs (Native Inference)
Featuresreasoning, thinking
NewNo
Native inferenceYes

Pricing

ChargeSpecRate
R1-0528 + Claude Sonnet 4.5 (Default)per 1K tokensIn 385 (0.012)/Out1899(0.012) / Out 1899 (0.058)
R1-0528 + Claude Haiku 4.5per 1K tokensIn 160 (0.0048)/Out765(0.0048) / Out 765 (0.023)
R1-0528 + Claude Opus 4.5per 1K tokensIn 613 (0.019)/Out3032(0.019) / Out 3032 (0.092)
R1-0528 + Claude Sonnet 4per 1K tokensIn 385 (0.012)/Out1899(0.012) / Out 1899 (0.058)
R1-0528 + Claude Opus 4.1per 1K tokensIn 1746 (0.053)/Out8699(0.053) / Out 8699 (0.26)
R1-0528 + Claude Opus 4per 1K tokensIn 1746 (0.053)/Out8699(0.053) / Out 8699 (0.26)

Example request

$curl https://api.empiriolabs.ai/v1/chat/completions \
> -H 'Authorization: Bearer $EMPIRIOLABS_API_KEY' \
> -H 'Content-Type: application/json' \
> -d '{"model": "deepreasoning", "messages": [{"role":"user","content":"Hello"}]}'

Parameters

ParameterTypeRequiredDefaultDescription
temperaturenumberno0.7Range: 0 – 2
top_pnumberno0.9Range: 0 – 1
max_tokensnumberno8192Range: 1 – 65536
reasoning_modelenumno"sonnet-4-5"Anthropic model used as the response synthesizer (only when ANTHROPIC_API_KEY is set) · Allowed: sonnet-4-5, haiku-4-5, opus-4-5, sonnet-4, opus-4-1, opus-4
disable_formattingbooleannofalseReturn raw upstream response with no formatting wrappers

Live machine-readable schema is also available at GET https://api.empiriolabs.ai/v1/models/deepreasoning.