Python SDK for Poe.com, providing free access to multiple LLMs
Top 35.0% on sourcepulse
This Python library provides a comprehensive API wrapper for Poe.com, enabling users to access and interact with various large language models like GPT-4, Claude, and Gemini. It targets developers and power users looking to integrate Poe's capabilities into their applications or workflows, offering a unified interface to a wide range of AI models.
How It Works
The wrapper leverages Poe's underlying API, requiring users to authenticate using their Poe account cookies (p-b
and p-lat
). It supports both synchronous and asynchronous operations, allowing for flexible integration. A key feature is its ability to act as an OpenAI-compatible proxy server, enabling existing OpenAI SDKs and tools to interact with Poe models seamlessly.
Quick Start & Requirements
pip install -U poe-api-wrapper
or pip install -U 'poe-api-wrapper[proxy]'
for auto-proxy support.p-b
and p-lat
cookies from poe.com.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The library's functionality is dependent on Poe.com's API, which is not officially supported and may change without notice, potentially breaking the wrapper. Token limits and model capabilities are approximations as Poe's internal workings are private.
1 week ago
1 day