Represents the status of the inference
from VisionCraftAPI.models import InferenceStatus
status: str runtime_ms: int cost: float tokens_generated: Optional[int] tokens_input: Optional[int]
Last updated 10 months ago