DeepSeek V4.1 Flash
$0.3/Mtok inDeepSeek's cheapest current model, a million-token window at flash rates.
Playground
Try it in the browser
Facts
At a glance
Availability
Live
Pricing
$0.3 / M input · $1.2 / M output
Endpoint
Chat Completions
/v1/chat/completions
Context window
1,000k tokens
API
Call it from code
import OpenAI from "openai"
const client = new OpenAI({
baseURL: "https://api.companyfabric.com/v1",
apiKey: process.env.COMPANYFABRIC_API_KEY,
})
const res = await client.chat.completions.create({
model: "deepseek/deepseek-v4-1-flash",
max_tokens: 1024,
temperature: 0.7,
messages: [{ role: "user", content: "Say hello from the fabric." }],
})
console.log(res.choices[0].message.content)FAQ
Frequently asked questions
How much does DeepSeek V4.1 Flash cost?
$0.3 / M input · $1.2 / M output. The exact cost of each call is shown before you run it and metered to your prepaid balance, no subscription required.
Why use DeepSeek V4.1 Flash on CompanyFabric instead of going direct?
One key and one balance across every model in the library, at pricing at parity with or below the direct API. Switching models is a one-line change.
Is DeepSeek V4.1 Flash available through the OpenAI SDK?
Yes, point any OpenAI SDK at api.companyfabric.com/v1 and set model to "deepseek/deepseek-v4-1-flash".
Variants
Same family
DeepSeek V4
RetiredDeepSeek
Open-weight frontier-adjacent reasoning at commodity prices.
text
DeepSeek V4 Pro
RetiringDeepSeek
Retired by DeepSeek on 14 Sep 2026. Requests are served by V4.1 Flash from then, and billed at Flash's rate.
text
DeepSeek V4 Flash
RetiredDeepSeek
The V4 family's speed tier, near-V4 quality on everyday calls at the lowest price in the family.
text
Explore
Related model APIs
Claude Sonnet 4.5
$3/Mtok inAnthropic
Frontier-quality text and reasoning through one OpenAI-compatible endpoint.
text
Claude Haiku 4.5
$1/Mtok inAnthropic
Fast, cheap frontier-family model for high-volume tasks.
text
Claude Opus 4.6
$5/Mtok inAnthropic
The frontier tier for the hardest reasoning and agentic work.
text
GPT-5.5
$5/Mtok inOpenAI
OpenAI's flagship, one key away.
text
GPT-6 Astra
$10/Mtok inOpenAI
OpenAI's GPT-6 flagship, a million-token window one key away.
text
Gemini 3.7 Flash
$0.75/Mtok inGoogle's current fast model, million-token context.
text
One key. Every model. Exact prices.
Run DeepSeek V4.1 Flash with free starter credits. Free starter credits included, no subscription required.