Pluggable eslint config for ECMAScript Next that you can import, extend and override
Pluggable eslint config for Node.js that you can import, extend and override
Pluggable ESLint config for React Native that you can import, extend and override
TUF metadata models
Tree-shakeable static models.dev catalog split by provider for TokenLens.
Contains JavaScript & TypeScript object models for Microsoft Power BI JavaScript SDK. For each model there is a TypeScript interface, and a validation function to ensure and object is valid.
The [OpenRouter](https://openrouter.ai/) provider for the [Vercel AI SDK](https://sdk.vercel.ai/docs) gives access to over 300 large language models on the OpenRouter chat and completion APIs.
Unified LLM API with automatic model discovery and provider configuration
An open-source machine learning framework.
A Javascript library for running ONNX models on browsers
Attach cloud and local files in Rails applications
Mintlify models
The **Cerebras provider** for the [AI SDK](https://ai-sdk.dev/docs) contains language model support for [Cerebras](https://cerebras.ai), offering high-speed AI model inference powered by Cerebras Wafer-Scale Engines and CS-3 systems.
Core LangChain.js abstractions and schemas

The **[Groq provider](https://ai-sdk.dev/providers/ai-sdk-providers/groq)** for the [AI SDK](https://ai-sdk.dev/docs) contains language model support for the Groq chat and completion APIs, transcription support, and browser search tool.
Data Science dictionary for cspell. -- Private until verified
OpenAI integrations for LangChain.js
MediaPipe Vision Tasks
Shared type definitions, data models, and utility helpers (geometry, tasks, logging, PDF primitives) that underpin every package in the EmbedPDF ecosystem.
Kubernetes models
Common functionalities for bitbucket-cloud plugins
Anthropic integrations for LangChain.js
Types for Kubernetes API objects
Concise way of filtering model attributes in Rails.
Shortcuts for concise view models.
A concise data definition language and generator for active record with the ability to properly map model associations
set default values for your active record models with a simple, concise DSL. : default :field_name => :value
A gem providing a quick, clean, and concise means of implementing the Page Object Model pattern and defining a semantic DSL for automated acceptance tests using watir-webdriver.
The app provides a command-line interface (CLI) to an Ollama AI model, allowing users to engage in text-based conversations and generate human-like responses. Users can import data from local files or web pages, which are then processed through three different modes: fully importing the content into the conversation context, summarizing the information for concise reference, or storing it in an embedding vector database for later retrieval based on the conversation.
ActiveFilterable is a gem designed to enable custom query filters for ActiveRecord models through metaprogramming. By using ActiveFilterable, you can specify which attributes of a model can be used for filtering and define different query methods such as full-text matching, prefix matching, suffix matching, IN queries, NOT IN queries, equality, greater than, less than, not equal, greater than or equal to, and less than or equal to. ActiveFilterable provides a concise and flexible way to handle complex query requirements. It allows you to define query filters directly in the model and apply them by chaining method calls in the controller, generating the corresponding query conditions.