Inference
InferenceResource
Methods
post/v5/inference
Generic Inference
Parameters
model: str
model specified as vendor/name
(ex. openai/gpt-5)
Arguments passed into model
Vendor specific configuration
num_retries: Optional[int]
timeout_seconds: Optional[int]
Returns
InferenceCreateResponse =
Request example
200Example
Domain types
class InferenceResponse: ...
class InferenceResponseChunk: ...