Deepseek

screenshot of Deepseek

演示站可以免费使用deepseek-r1满血模型进行AI对话,并支持使用stablediffusion模型画图。本项目是PHP版调用DeepSeek第三方接口进行问答和画图,采用Stream流模式通信,一边生成一边输出。前端采用EventSource,支持Markdown格式解析,支持公式显示,代码有着色处理,支持画图。页面UI简洁,支持上下文连续会话。源码只有几个文件,没用任何框架,支持所有PHP版本,全部开源,极易二开,适合PHP初学者。保姆级教程,账号等周边资源,欢迎进群交流,一切全免费。

Overview

DeepSeek has emerged at a time when GPT models are reshaping the world, acting as a powerful productivity tool across various sectors. With the introduction of DeepSeek-R1, there is a significant surge in demand for large-scale AI models within the domestic market. This innovation not only enhances utilization but also taps into the potential for entrepreneurship in the AI field, making it an exciting time to explore this technology.

For those eager to dive into AI-powered projects, DeepSeek provides an open-source PHP-based platform that is lightweight and user-friendly, enabling individuals to experiment and implement AI capabilities without complex setups. The system’s flexibility allows for various applications, making it accessible to users looking to leverage AI for multiple purposes.

Features

  • Compatibility: No database requirement and runs on any PHP version, making it highly versatile.
  • Lightweight Design: The core code is minimal, with easy debugging and modification capabilities.
  • Fast Response: Utilizes stream mode for communication, ensuring the quickest responses available online.
  • Multiple Model Support: Compatible with OpenAI models, GPT-3.5-Turbo, GPT-4, and DeepSeek-R1, providing flexible model selection.
  • Markdown Support: Displays content in Markdown format; includes features for code syntax highlighting and a copy button for convenience.
  • Adaptive Input: Textbox height adjusts for multi-line inputs and is optimized for both mobile and desktop interfaces.
  • Error Handling: Displays clear error messages when issues arise with API calls for enhanced troubleshooting.
  • Custom API Key Entry: Allows users to input their API keys directly, making it easier to share functionalities with others.