Skip to main content

Client Configuration

The VlmRun client is the main entry point for interacting with the VLM Run API. It provides access to all SDK functionality including file operations, model operations, and predictions.

Initialization

Configuration Options

Client Components

The client provides access to different components for specific operations:

Error Handling

The client throws typed errors for different scenarios:

TypeScript Interfaces