> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gengen.farm/llms.txt
> Use this file to discover all available pages before exploring further.

# DeepSeek V4 Flash

> Low-cost DeepSeek text generation model for long-context chat completions.

Low-cost DeepSeek text generation model for long-context chat completions.

## Model ID

```text theme={"dark"}
deepseek-v4-flash-260425
```

Pass this exact public ID in the top-level `model` field. Do not substitute an upstream provider alias.

## Supported modes

* `chat_completions`
* `text_generation`

## Inputs

* `Text`

## Outputs

* `Text`

## Capabilities

* `Chat completions`
* `Text generation`

### Additional capabilities

* `Online inference`
* `Streaming output`
* `Context caching`

## Technical details

| Property             | Value                             |
| -------------------- | --------------------------------- |
| Provider             | `byteplus-modelark`               |
| Modality             | `reasoning`                       |
| Processing           | `Synchronous response`            |
| Endpoint             | `/api/gengen/v1/chat/completions` |
| Rate limit           | `15K`                             |
| Context window       | `1024K`                           |
| Max input tokens     | `1024K`                           |
| Max output tokens    | `384K`                            |
| Max reasoning tokens | `384K`                            |
| Token rate limit     | `1500K`                           |

<Note>
  Availability and final customer prices can change. Check the [Dashboard model catalog](https://gengen.farm/dashboard?section=models) before production use.
</Note>

See the [API reference overview](/api-reference/introduction) for authentication, request conventions, and response schemas.
