mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-07-20 12:37:04 -04:00
[GH-ISSUE #14] [Enhancement]: Please add OpenRouter connection #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @iain0901 on GitHub (Mar 20, 2025).
Original GitHub issue: https://github.com/vxcontrol/pentagi/issues/14
Originally assigned to: @asdek on GitHub.
Target Component
Core Services (Frontend UI/Backend API)
Enhancement Description
There are many models on OpenRouter and can accept many context lengths
Technical Details
No response
Designs and Mockups
No response
Alternative Solutions
No response
Verification
@asdek commented on GitHub (Mar 24, 2025):
Hi @iain0901,
thank you for your question, PentAGI has already supported OpenRouter and DeepInfra at least.
Using OpenRouter
Configure your
.envfile with the following settings:Run the
ctesterutility with the pre-configured OpenRouter provider file:Using Deep Infra
Configure your
.envfile with the following settings:Run the
ctesterutility with the pre-configured Deep Infra provider file:Customizing Models and Context Lengths
You can customize provider configurations to test specific models with various context lengths. For example:
Testing Workflow
For more detailed instructions, please refer to the Testing LLM Agents section in our README or you can see #17
Notes: both files /opt/pentagi/conf/deepinfra.provider.yml and /opt/pentagi/conf/openrouter.provider.yml are available in original the latest docker image
vxcontrol/pentagiIn additional you could check reports for these providers in the repo: