Dmitry
Dmitry
## Description Added a new ML engine integration for [AI/ML API](https://aimlapi.com/?utm_source=mindsdb&utm_medium=github&utm_campaign=integration), enabling support for OpenAI-compatible models inside MindsDB. This includes a handler, engine creation, chat/text models support (with `question_column`, `context_column`,...
Introduces full support for AI/ML API as a first-class provider alongside existing ones: * **Configuration** * Updated **README.md** to document the new `AIMLAPI` env var under MODELS * Added `[MODELS.AIMLAPI]`...
### ✅ **PR Title**: `examples: AI / ML API Usage example` ### 📝 **Description** Added a minimal example demonstrating how to use [AI/ML API](https://aimlapi.com/) as a model provider with `quivr-core`....
Hi there! 👋 I'm adding support for the AI/ML API provider — it's an OpenAI-compatible service with over 300 models behind a single unified endpoint. I’ve tried to follow the...
This PR adds the AI/ML API provider entry to the list, complete with logo, categories, and an expanded description highlighting its 300+ models, enterprise-grade reliability, unified API, security/compliance, and transparent...
From https://github.com/open-compass/VLMEvalKit/issues/1073 This PR adds first-class support for [AI/ML API](https://aimlapi.com/app/) as a new unified model provider to VLMEvalKit. AI/ML API provides access to 300+ models, including GPT-4o, Claude 3.5, Gemini...
from: https://github.com/gptme/gptme/issues/548 Adds **AI/ML API** as a new provider (`aimlapi`) with: * Provider detection via `AIML_API_KEY` * OpenAI-compatible client (`https://api.aimlapi.com/v1`) * Dynamic model listing from `/v1/models` * Extra headers (`HTTP-Referer`,...
### What does this PR do? This PR adds support for the **AI/ML API** provider — a flexible, OpenAI-compatible platform that offers access to 300+ models (e.g., GPT-4o, Claude, Gemini,...
### 🔄 Summary This PR adds support for [AI/ML API](https://aimlapi.com/app/), an OpenAI-compatible provider offering 300+ models (e.g., DeepSeek, Gemini, ChatGPT), to the E2B Code Interpreter examples. --- ### ✅ What's...