Dmitry
Dmitry
This PR introduces **AI/ML API** as a provider integration via the AI SDK. From https://github.com/lingodotdev/lingo.dev/issues/1154 ✅ Features: - Added provider configuration for AI/ML API - Verified compatibility with spec v1...
Introduces a new provider configuration for AI/ML API by adding aimlapi.json, registering the provider in providers.go, and updating the list of known providers in provider.go. This enables support for multiple...
### Description Hello 👋 We’d like to contribute support for the AI/ML API provider - an OpenAI-compatible multi-model gateway that unifies 300+ models (GPT-5, Claude, Gemini, DeepSeek, Mistral, etc.) under...
Adds AI/ML API as a new model provider in Casibase. Changes: * Go backend: new AIMLAPIModelProvider with pricing calculation, token usage handling, retry logic and HTTP debug option. Dependency upgraded...