awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 个仓库

Awesome GitHub RepositoriesChat API Integrations

Configuration of third-party chat applications to use a custom API endpoint and key for AI model access.

Distinct from Third-Party API Integrations: Distinct from Third-Party API Integrations: focuses on connecting chat apps to AI APIs via base URL and key, not general external service integration.

Explore 4 awesome GitHub repositories matching web development · Chat API Integrations. Refine with filters or upvote what's useful.

Awesome Chat API Integrations GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • spring-projects/spring-aispring-projects 的头像

    spring-projects/spring-ai

    9,001在 GitHub 上查看↗

    Spring AI is an application framework for Java that provides a portable, fluent API for integrating AI models, tools, and vector stores into applications. It wraps multiple AI providers behind a common interface, allowing developers to switch between chat, embedding, image, and speech models without changing application code. The framework includes a chainable chat client API similar to WebClient or RestClient, supports both synchronous and streaming interactions, and offers structured output conversion that transforms unstructured AI responses into strongly-typed Java objects. The framework

    Offers a fluent, idiomatic API for interacting with chat models, similar to WebClient and RestClient.

    Javaartificial-intelligencejavaspring-ai
    在 GitHub 上查看↗9,001
  • popjane/free_chatgpt_apipopjane 的头像

    popjane/free_chatgpt_api

    5,983在 GitHub 上查看↗

    This project is an API proxy that provides free and paid access to ChatGPT models through an OpenAI-compatible endpoint. It acts as a reverse proxy, routing requests to ChatGPT while maintaining full compatibility with OpenAI's SDK interface, allowing any application or tool that supports a custom base URL and API key to connect. The service offers a free tier that provides access to ChatGPT models for chat, image generation, and voice dialogue without requiring an official subscription, along with a paid tier that unlocks over 130 OpenAI models including GPT-4 with lower latency and reduced

    Enables third-party chat apps, desktop tools, and web UIs to use ChatGPT by configuring a custom API endpoint and key.

    在 GitHub 上查看↗5,983
  • microsoft/pomlmicrosoft 的头像

    microsoft/poml

    4,853在 GitHub 上查看↗

    Poml is a prompt management framework and templating engine designed for authoring, versioning, and rendering structured prompts for large language models. It uses a semantic markup language to organize prompts into reusable templates, combining them with dynamic context and data to generate formatted inputs. The system distinguishes itself by decoupling core prompt logic from final presentation through a stylesheet-based approach. It provides a dedicated JSON schema output generator to enforce strict, machine-parsable model responses and a configuration interface for managing function tool s

    Converts structured prompt files into dictionaries containing messages and runtime parameters compatible with chat completion APIs.

    TypeScriptllmmarkup-languageprompt
    在 GitHub 上查看↗4,853
  • lanqian528/chat2apilanqian528 的头像

    lanqian528/chat2api

    3,368在 GitHub 上查看↗

    chat2api is a web-to-API bridge and proxy that converts web-based chat sessions into a standardized API format. This allows web accounts to be used programmatically within third-party client applications. The system includes a multi-account rotator that distributes requests across a pool of authentication tokens using random or sequential polling to bypass rate limits. It also functions as a multimodal API proxy, translating base64 or URL-encoded images and files into formats compatible with web-based chat interfaces. The project manages the full lifecycle of session tokens, featuring statef

    Converts web-based chat sessions into a standard API for use in third-party applications.

    Python
    在 GitHub 上查看↗3,368
  1. Home
  2. Web Development
  3. Third-Party API Integrations
  4. Chat API Integrations

探索子标签

  • API Parameter GenerationAutomatic generation of API-compatible parameter dictionaries from structured prompt definitions. **Distinct from Chat API Integrations:** Distinct from Chat API Integrations: focuses on the programmatic generation of parameters rather than the network connectivity setup.
  • Web-to-API ConvertersUtilities that translate proprietary web-based chat sessions into standard API formats. **Distinct from Chat API Integrations:** Distinct from general Chat API Integrations by focusing on the conversion of web sessions specifically.