Clarifai Node.js gRPC Client

JSON →
library 12.4.1 ·javascript
verified Jun 7, 2026

Official Clarifai gRPC client for Node.js to interact with the Clarifai AI recognition API. Version 12.4.1 as of the metadata, with frequent releases aligned to API backend versioning (X.Y.Z where X.Y matches API version, Z for library-specific fixes). Supports image, video, and text recognition via computer vision and NLP. Provides two usage approaches: dynamic (quick, no type safety) and static (TypeScript declarations for autocomplete). Key differentiator: direct gRPC access to Clarifai API with low-level control, unlike the higher-level REST client 'clarifai'. Requires API key for authentication. Maintained by Clarifai.