3 个仓库
Integrations specifically for the GitHub Copilot AI API.
Distinct from GitHub API Integrations: Focuses on AI model access via the Copilot API rather than general GitHub REST/GraphQL automation.
Explore 3 awesome GitHub repositories matching development tools & productivity · Copilot API Integrations. Refine with filters or upvote what's useful.
该项目是 Midjourney Discord 机器人的 REST API 代理和网关。它作为一个包装器,将标准 API 调用转换为 Discord 消息,从而在无需直接与 Discord 界面交互的情况下实现 AI 图像生成的自动化。 该系统包含一个多账户负载均衡器,可在认证账户池中分配生成任务,以管理速率限制并提高吞吐量。它还具有一个内容过滤代理,用于从提示词中清除敏感词,以及一个通过外部服务将非英语文本转换为英语的翻译层。 该网关涵盖了一系列图像操作,包括生成、混合、描述、放大和细化视觉效果。访问通过密钥认证进行管理,系统提供任务进度追踪以监控异步生成作业的状态。
Exposes Midjourney Discord bot functionality as a REST API for automated image generation.
RouteLLM 是一个路由框架和流量管理器,旨在将提示词(prompts)在高性能模型和低成本大语言模型之间进行智能分发。它作为一个模拟 OpenAI 规范的 API 网关,能够跨不同的模型提供商路由请求。 该系统通过基于预测胜率和提示词复杂度将流量分配到不同模型层级,从而优化运营成本。它包含一个校准工具,用于分析样本查询并确定流量分配的最佳成本-质量平衡点。 该框架提供了一个使用基准数据集衡量路由策略准确性和成本效率的工具,并通过基于接口的插件和自定义路由逻辑支持扩展性。
Ships an API proxy that translates standard AI API formats to backend services without requiring client-side changes.
gptel is an LLM Emacs client and multi-backend AI integration system that allows users to interact with large language models directly inside the Emacs text editor. It serves as an AI-powered text refactoring tool and a context-aware prompt manager, providing a unified interface to connect with various AI providers, including local Ollama instances, AWS Bedrock, and Gemini. The project distinguishes itself as a Model Context Protocol client, connecting to MCP servers to provide language models with external tools and data sources. It enables context-augmented prompting by aggregating text fro
Integrates with the GitHub Copilot API to utilize large language models for AI-assisted tasks within the editor.