DeepSeek · Text

OpenClaw x DeepSeek

DeepSeek models are large language models tuned for reasoning, code, and agentic tool use. Through RunAPI they share a single API key with pay-as-you-go token billing, and are callable from both the OpenAI and Anthropic SDKs.

Public versions and endpoints

Model IDVersionEndpointsStarting priceCatalog
deepseek-v4-flashFast, low-cost reasoning; toggle thinking per request
/v1/messages
/v1/chat/completions
$0.0001Model detail
deepseek-v4-proFlagship reasoning and analysis for complex agentic work
/v1/messages
/v1/chat/completions
$0.0004Model detail

Configuration

Guide endpoint: <endpoint>

Select <model-id> to generate a request with the endpoint's public input contract.

Verify

Select <model-id> to generate verification commands.

How it works

  1. 1. Choose a model ID

    Select a public catalog model ID and review its endpoint and current starting price.

  2. 2. Configure RunAPI

    Add the provider configuration for this agent.

  3. 3. Verify the result

    Run the agent status and model-selection commands shown below.

FAQ

Which model ID should I use?

Choose a public model ID from the version table. Each ID exposes the endpoints shown for that version.

Does this guide configure a chat model?

Yes. This Model Line supports a client-facing LLM protocol.