Step3 Seamlessness is achieved by:
- native support OpenAI/Anthropic Compatible REST APIs Interface protocols, request formats are identical
- providing a standardized
/v1/completions
Endpoints that support mixed text/image input in JSON format
Implementation Steps:
- pass (a bill or inspection etc)
git clone https://github.com/stepfun-ai/Step3.git
Get Code - utilization
python -m vllm.entrypoints.api_server
Start the service (default port 8000) - Refer to the sample code to modify the original OpenAI client's
base_url
local address
Tests have shown that the average transformation time to migrate existing applications can be kept under 2 hours.
This answer comes from the articleStep3: Efficient generation of open source big models for multimodal contentThe