StepFun API Processor
StepFun API Processor
mLLMCelltype::BaseAPIProcessor -> StepFunProcessor
new()Initialize StepFun processor
StepFunProcessor$new(base_url = NULL)base_urlOptional custom base URL for StepFun API
get_default_api_url()Get default StepFun API URL
StepFunProcessor$get_default_api_url()Default StepFun API endpoint URL
make_api_call()Make API call to StepFun
StepFunProcessor$make_api_call(chunk_content, model, api_key)chunk_contentContent for this chunk
modelModel identifier
api_keyAPI key
httr response object
extract_response_content()Extract response content from StepFun API response
StepFunProcessor$extract_response_content(response, model)responsehttr response object
modelModel identifier
Extracted text content
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.