awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
AI Integration APIs · Awesome GitHub Repositories

3 repos

Awesome GitHub RepositoriesAI Integration APIs

Programming interfaces that enable applications to communicate with AI models using standardized request and response formats.

Explore 3 awesome GitHub repositories matching artificial intelligence & ml · AI Integration APIs. Refine with filters or upvote what's useful.

  1. Home
  2. Artificial Intelligence & ML
  3. Agentic Systems Frameworks
  4. Model Integration and Serving
  5. Model Integration Interfaces
  6. AI Integration APIs

Awesome AI Integration APIs GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • ollama/ollama

    ollama/ollama

    162,972GitHubView on GitHub↗

    Ollama provides a framework for running and managing local machine learning models. It includes a command-line interface for model lifecycle management, such as creation, embedding generation, and configuration, alongside a stable API for programmatic interaction across multiple programming languages. The platform sup

    Exposes standardized endpoints and official client libraries that allow external applications to communicate seamlessly with locally hosted machine learning models.

    Godeepseekgemmagemma3
  • nomic-ai/gpt4all

    nomic-ai/gpt4all

    77,146GitHubView on GitHub↗

    GPT4All is a cross-platform runtime environment designed to execute large language models directly on local consumer hardware. By leveraging an optimized C++ inference backend, it enables private, offline AI interactions without requiring an internet connection or external cloud services. The project provides a compreh

    Exposes HTTP endpoints for text completion and model listing that are compatible with standard client tools.

    C++ai-chatllm-inference
  • infiniflow/ragflow

    infiniflow/ragflow

    73,425GitHubView on GitHub↗

    This project is a comprehensive retrieval-augmented generation platform designed for building, managing, and deploying knowledge-based AI applications. It provides a unified environment for organizing datasets, configuring conversational chat assistants, and developing autonomous agents that execute multi-step reasonin

    Standardizes HTTP endpoints for chat completions to ensure compatibility with common AI model integration interfaces.

    Pythonagentagenticagentic-ai

Explore sub-tags

  • OpenAI-Compatible APIsInterfaces that provide standard HTTP endpoints for interacting with machine learning models in an OpenAI-compatible format.