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
Request example
200Example
Domain types
class InferenceResponse: ...
class InferenceResponseChunk: ...
class LaunchInferenceConfiguration: ...