Function banana_rust_sdk::start

source ·
pub async fn start(
    api_key: &str,
    model_key: &str,
    model_inputs: Value
) -> Result<String, BananaError>
Expand description

Call API without checking the queue, in general using this should be avoided