StepFun API Processor
StepFun API Processor
mLLMCelltype::BaseAPIProcessor -> StepFunProcessor
new()Initialize StepFun processor
StepFunProcessor$new(base_url = NULL)
get_default_api_url()Get default StepFun API URL
StepFunProcessor$get_default_api_url()
make_api_call()Make API call to StepFun
StepFunProcessor$make_api_call(chunk_content, model, api_key)
extract_response_content()Extract response content from StepFun API response
StepFunProcessor$extract_response_content(response, model)
clone()The objects of this class are cloneable with this method.
StepFunProcessor$clone(deep = FALSE)deepWhether to make a deep clone.
Concrete implementation of BaseAPIProcessor for StepFun models. Handles StepFun-specific API calls, authentication, and response parsing.