Inference

InferenceResource

Methods

create() ->
post/v5/inference

Generic Inference

Parameters
model: str

model specified as vendor/name (ex. openai/gpt-5)

args: Optional[Dict[str, ]]

Arguments passed into model

inference_configuration: Optional[]

Vendor specific configuration

num_retries: Optional[int]
timeout_seconds: Optional[int]
Request example
200Example

Domain types

class InferenceResponse: ...
class InferenceResponseChunk: ...