All models
Languagev1.0.0

DeepSeek V4 Pro

Prompt DeepSeek V4 Pro

3 inputsTEXT
Demo coming soon
Demo coming soon

Run the node

TEXT
TEXT
INT
Sign in to run

Running a model executes it on your account. Browsing the catalog stays free and needs no account.

Output

Fill in the inputs and run the node to see its output here.

Run it from your code

The same node, called by id from any surface. Every tab pins deepseek-v4-pro and passes the ports below. Full guide.

import { BlitClient } from "@blitflow/sdk";

const { runNode } = new BlitClient({ apiKey: process.env.BLITFLOW_TOKEN });

const { outputs } = await runNode("deepseek-v4-pro", {
  prompt: { value: "example" },
  systemPrompt: { value: "example" },
  maxTokens: { value: 1024 },
});

Schema

Inputs

prompt*TEXT
systemPromptTEXT
maxTokensINT1024

Outputs

textTEXT