LocalMode
Core

Coming Soon

Features under active development

These features have interfaces defined in @localmode/core and are under active development. Provider implementations in @localmode/transformers and @localmode/webllm are in progress.

The features listed below are not yet production-ready. APIs may change before the stable release.

Classification & NLP

Interfaces

import type { ClassificationModel, ZeroShotClassificationModel, NERModel } from '@localmode/core';

Audio Processing

Interfaces

import type { SpeechToTextModel, TextToSpeechModel } from '@localmode/core';

Vision

Interfaces

import type {
  ImageClassificationModel,
  ZeroShotImageClassificationModel,
  ImageCaptionModel,
  ObjectDetectionModel,
  SegmentationModel,
  ImageFeatureModel,
  ImageToImageModel,
} from '@localmode/core';

Text Processing

Interfaces

import type {
  TranslationModel,
  SummarizationModel,
  FillMaskModel,
  QuestionAnsweringModel,
} from '@localmode/core';

Document Understanding

Interfaces

import type { OCRModel, DocumentQAModel, TableQAModel } from '@localmode/core';

Advanced RAG


Text Generation


On this page