Back to Blog
Product Updates

New AI SDK Integration: Build Smarter Applications

Alexandra ChenAlexandra Chen
November 15, 2024
6 min read
New AI SDK Integration: Build Smarter Applications

Introducing AI SDK Integration

We're thrilled to announce our new AI SDK integration, making it easier than ever to add AI-powered features to your applications.

Features

Natural Language Processing

  • Sentiment analysis
  • Entity extraction
  • Text classification
  • Language translation
  • Computer Vision

  • Image classification
  • Object detection
  • Facial recognition
  • OCR capabilities
  • Predictive Analytics

  • Time series forecasting
  • Anomaly detection
  • Recommendation engines
  • Churn prediction
  • Getting Started

    Install the SDK:

    ```bash

    npm install @runtym/ai-sdk

    ```

    Initialize and use:

    ```javascript

    import { RuntymAI } from '@runtym/ai-sdk';

    const ai = new RuntymAI({ apiKey: 'your-api-key' });

    const sentiment = await ai.analyzeSentiment('Great product!');

    ```

    Pricing

    The AI SDK is available on all plans with usage-based pricing starting at $0.001 per API call.