DeepSeek-v4-flash-vision-exp

(api-docs.deepseek.com)

127 points | by dares2573 1 hour ago

9 comments

  • ciberado 50 minutes ago
    DS being unable to precisely view Playwright screenshots is the only thing I really miss from Sonnet. This is promising.

    > Images are converted into tokens based on their dimensions, and these tokens are billed together with your text tokens.

    > Before inference, every image is automatically resized:

    > - Images with a total pixel count below roughly 384×384 are scaled up while preserving their aspect ratio.

    > - Larger images are scaled down while preserving their aspect ratio so that the total pixel count after resizing is roughly that of an 800×800 image.

    > As a result, there is an upper bound of 384 tokens per image: for example, a 2000×2000 image and a 5000×5000 image consume the same number of tokens after resizing. When a request contains multiple images, each image is counted independently under the same rule—there is no separate calculation for multi-image requests.

    400 tokens per image results in 2,500 images per dollar, if I’m not mistaken.

    edit: format.

    • knollimar 47 minutes ago
      Oof 800 by 800 kills a lot of use cases
      • johndough 25 minutes ago
        Might still be fine. The most recent crop of vLLMs proactively use whichever programs are available on the system (e.g. ImageMagick or PIL) to "zoom in" by cropping subimages if they can't quite make out the details.
      • wongarsu 27 minutes ago
        For most use cases you can fix that in the harness. Just give the model a tool to request a crop of specific coordinates of any image it has in its context. Call the tool "zoom" and it should be intuitive for the model

        Maybe there are some use cases where you need high detail everywhere at once, but for OCR of small text and the like a zoom ability should be sufficient

        • embedding-shape 2 minutes ago
          For really dumb models I've also had success automatically cropping it into a grid of N images with the max size, then processing each cell individually, then once all been processed, do one final call with resized image + all other context previously generated per cell. Basically a workaround to the image dimension restrictions without loosing fidelity. Works well with even dumb 7B models.

          Can't remember if I stole this idea from some existing public harness though, can't remember. If someone knows of public harnesses that do this already, please share them :)

      • shadyr 18 minutes ago
        It might also be due to its experimental status. Wouldn't surprise me if the GA version allows for larger input. Either that or the eventual pro version.
      • asdfsa32 41 minutes ago
        flash vs fine details. Pick one.
        • Doohickey-d 26 minutes ago
          Gemini "flash" models have an option for media resolution, including a high resolution option for screenshots.
  • zmmmmm 52 minutes ago
    > Larger images are scaled down while preserving their aspect ratio, so that the total pixel count after resizing is roughly that of an 800×800 image.

    It's useful but for OCR and a lot of other applications it needs to be a bit higher (eg: putting in a full A4 / Letter sized page)

  • LorenDB 58 minutes ago
    I've heard that DeepSeek v4 Flash 0731 has frequently assumed that it has vision capabilities and then resorts to inventing text-based image analysis tools when it finds that it actually can't see. In that case, this is a great upgrade for the model.

    Anecdotally, I had to tell 0731 to refrain from viewing screenshots since it kept breaking its sessions by trying to read images.

    • VulgarExigency 14 minutes ago
      It tried to recreate vision by analyzing pixels on 3 separate projects I had it working on.
  • gozucito 29 minutes ago
    800x800 is 640,000 pixels, or 0.64 Megapixels. That is less than the resolution of computer screens from 1995, Super VGA which has around 0.79 MPs.

    This is useful for a reasonable amount of use-cases, but I think the watershed rez will be around triple that, ~1080p, which is enough for almost anything, except small text and subtle details.

    • barrkel 27 minutes ago
      You'd expect a tool-enabled model to leverage crop and zoom tools to inspect and validate what it thinks it's seeing, though.
    • dakolli 11 minutes ago
      I typically provide small screenshots to llms so this seems fine for that usecase, providing an entire screens context seems cause confusion with a lot of llms.
  • BrucecarlL 27 minutes ago
    Congratulations! DeepSeek has finally gained eyes — the dark days are about to be behind us.
  • v9v 36 minutes ago
    Interesting. Wasn't Deepseek's founder saying that they had explicitly decided not to focus on multimodal models at all and were going text-only because they believed it was enough to achieve AGI?
    • dakolli 10 minutes ago
      I think you're thinking of Dario saying this about image generation.
  • dsrtslnd23 41 minutes ago
    will this be open weights?
    • dares2573 1 minute ago
      I believe so. Openness has always been a consistent tradition of DeepSeek
    • griffiths 17 minutes ago
      This is something I would like to know as well.

      But if not, does anybody know a recommended way to attach vision to deepseek flash (on a self-hosted infrastructure)?

  • lzy 43 minutes ago
    [dead]
  • jaksdbvqi37u 18 minutes ago
    [dead]