Instructions to use stepfun-ai/Step-3.5-Flash-FP8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use stepfun-ai/Step-3.5-Flash-FP8 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="stepfun-ai/Step-3.5-Flash-FP8", trust_remote_code=True) messages = [ {"role": "user", "content": "Who are you?"}, ] pipe(messages)# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("stepfun-ai/Step-3.5-Flash-FP8", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use stepfun-ai/Step-3.5-Flash-FP8 with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "stepfun-ai/Step-3.5-Flash-FP8" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "stepfun-ai/Step-3.5-Flash-FP8", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/stepfun-ai/Step-3.5-Flash-FP8
- SGLang
How to use stepfun-ai/Step-3.5-Flash-FP8 with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "stepfun-ai/Step-3.5-Flash-FP8" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "stepfun-ai/Step-3.5-Flash-FP8", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "stepfun-ai/Step-3.5-Flash-FP8" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "stepfun-ai/Step-3.5-Flash-FP8", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }' - Docker Model Runner
How to use stepfun-ai/Step-3.5-Flash-FP8 with Docker Model Runner:
docker model run hf.co/stepfun-ai/Step-3.5-Flash-FP8
Update README.md
Browse files
README.md
CHANGED
|
@@ -19,7 +19,7 @@ library_name: transformers
|
|
| 19 |
[](https://modelscope.cn/models/stepfun-ai/Step-3.5-Flash)
|
| 20 |
[](https://discord.gg/RcMJhNVAQc)
|
| 21 |
[](https://static.stepfun.com/blog/step-3.5-flash/)
|
| 22 |
-
[]()
|
| 24 |
[](https://openrouter.ai/chat?models=stepfun/step-3.5-flash:free)
|
| 25 |
[](https://huggingface.co/spaces/stepfun-ai/Step-3.5-Flash)
|
|
@@ -555,5 +555,21 @@ As we work to shape the future of AGI by expanding broad model capabilities, we
|
|
| 555 |
- **Join the Conversation**: Our Discord community is the primary hub for brainstorming future architectures, proposing capabilities, and getting early access updates 🚀
|
| 556 |
- **Report Friction**: Encountering limitations? You can open an issue on GitHub or flag it directly in our Discord support channels.
|
| 557 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 558 |
## License
|
| 559 |
This project is open-sourced under the [Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0).
|
|
|
|
| 19 |
[](https://modelscope.cn/models/stepfun-ai/Step-3.5-Flash)
|
| 20 |
[](https://discord.gg/RcMJhNVAQc)
|
| 21 |
[](https://static.stepfun.com/blog/step-3.5-flash/)
|
| 22 |
+
[](https://arxiv.org/abs/2602.10604)
|
| 23 |
[]()
|
| 24 |
[](https://openrouter.ai/chat?models=stepfun/step-3.5-flash:free)
|
| 25 |
[](https://huggingface.co/spaces/stepfun-ai/Step-3.5-Flash)
|
|
|
|
| 555 |
- **Join the Conversation**: Our Discord community is the primary hub for brainstorming future architectures, proposing capabilities, and getting early access updates 🚀
|
| 556 |
- **Report Friction**: Encountering limitations? You can open an issue on GitHub or flag it directly in our Discord support channels.
|
| 557 |
|
| 558 |
+
## 📜 Citation
|
| 559 |
+
|
| 560 |
+
If you find this project useful in your research, please cite our technical report:
|
| 561 |
+
|
| 562 |
+
```tex
|
| 563 |
+
@misc{huang2026step3vl10btechnicalreport,
|
| 564 |
+
title={STEP3-VL-10B Technical Report},
|
| 565 |
+
author={Ailin Huang and Chengyuan Yao and Chunrui Han and Fanqi Wan and Hangyu Guo and Haoran Lv and Hongyu Zhou and Jia Wang and Jian Zhou and Jianjian Sun and Jingcheng Hu and Kangheng Lin and Liang Zhao and Mitt Huang and Song Yuan and Wenwen Qu and Xiangfeng Wang and Yanlin Lai and Yingxiu Zhao and Yinmin Zhang and Yukang Shi and Yuyang Chen and Zejia Weng and Ziyang Meng and Ang Li and Aobo Kong and Bo Dong and Changyi Wan and David Wang and Di Qi and Dingming Li and En Yu and Guopeng Li and Haiquan Yin and Han Zhou and Hanshan Zhang and Haolong Yan and Hebin Zhou and Hongbo Peng and Jiaran Zhang and Jiashu Lv and Jiayi Fu and Jie Cheng and Jie Zhou and Jisheng Yin and Jingjing Xie and Jingwei Wu and Jun Zhang and Junfeng Liu and Kaijun Tan and Kaiwen Yan and Liangyu Chen and Lina Chen and Mingliang Li and Qian Zhao and Quan Sun and Shaoliang Pang and Shengjie Fan and Shijie Shang and Siyuan Zhang and Tianhao You and Wei Ji and Wuxun Xie and Xiaobo Yang and Xiaojie Hou and Xiaoran Jiao and Xiaoxiao Ren and Xiangwen Kong and Xin Huang and Xin Wu and Xing Chen and Xinran Wang and Xuelin Zhang and Yana Wei and Yang Li and Yanming Xu and Yeqing Shen and Yuang Peng and Yue Peng and Yu Zhou and Yusheng Li and Yuxiang Yang and Yuyang Zhang and Zhe Xie and Zhewei Huang and Zhenyi Lu and Zhimin Fan and Zihui Cheng and Daxin Jiang and Qi Han and Xiangyu Zhang and Yibo Zhu and Zheng Ge},
|
| 566 |
+
year={2026},
|
| 567 |
+
eprint={2601.09668},
|
| 568 |
+
archivePrefix={arXiv},
|
| 569 |
+
primaryClass={cs.CV},
|
| 570 |
+
url={https://arxiv.org/abs/2601.09668},
|
| 571 |
+
}
|
| 572 |
+
```
|
| 573 |
+
|
| 574 |
## License
|
| 575 |
This project is open-sourced under the [Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0).
|