deepinfra
Version:
Official API wrapper for DeepInfra
6 lines (5 loc) • 451 B
TypeScript
import { ZeroShotImageClassificationRequest } from "../../../lib/types/zero-shot-image-classification/request";
import { ZeroShotImageClassificationResponse } from "../../../lib/types/zero-shot-image-classification/response";
import { ImageBaseModel } from "../../../lib/models/base/image-base-model";
export declare class ZeroShotImageClassification extends ImageBaseModel<ZeroShotImageClassificationRequest, ZeroShotImageClassificationResponse> {
}