{
  "as_of": "2026-07-10T03:46:09+00:00",
  "beta_capabilities": [],
  "controls": [
    {
      "constraints": [],
      "control_id": "thinking_type",
      "default_value": "enabled",
      "note": "Thinking mode is the default.",
      "provider_parameter": "thinking.type",
      "semantics": "Selects thinking or non-thinking mode.",
      "sources": [
        "https://api-docs.deepseek.com/api/create-chat-completion"
      ],
      "supported_values": {
        "kind": "enum",
        "values": [
          {
            "value": "enabled"
          },
          {
            "value": "disabled"
          }
        ]
      },
      "value_type": "string"
    },
    {
      "constraints": [],
      "control_id": "reasoning_effort",
      "default_value": "high",
      "note": "Regular requests default to high. The service can raise some coding agent requests to max. Compatibility inputs low and medium map to high, while xhigh maps to max.",
      "provider_parameter": "reasoning_effort",
      "semantics": "Controls reasoning effort in thinking mode.",
      "sources": [
        "https://api-docs.deepseek.com/api/create-chat-completion"
      ],
      "supported_values": {
        "kind": "enum",
        "values": [
          {
            "value": "high"
          },
          {
            "value": "max"
          }
        ]
      },
      "value_type": "string"
    }
  ],
  "modalities": [
    "text"
  ],
  "model_id": "deepseek-v4-flash",
  "notes": [
    "Thinking mode is the default.",
    "Regular requests default to high. The service can raise some coding agent requests to max. Compatibility inputs low and medium map to high, while xhigh maps to max."
  ],
  "provider": "deepseek",
  "schema_version": "0.1.2",
  "sources": [
    "https://api-docs.deepseek.com/quick_start/pricing",
    "https://api-docs.deepseek.com/api/list-models",
    "https://api-docs.deepseek.com/api/create-chat-completion",
    "https://api-docs.deepseek.com/guides/anthropic_api",
    "https://api-docs.deepseek.com/updates/",
    "https://api.deepseek.com/models",
    "https://aistackregistry.com/provenance/docs/2026-07-10/manifest.json"
  ],
  "token_limits": {
    "context_window": "1M",
    "max_output_tokens": "384K"
  }
}
