[GH-ISSUE #184] API #70

Closed
opened 2026-06-06 22:08:57 -04:00 by yindo · 2 comments
Owner

Originally created by @Seraphinfire on GitHub (Mar 9, 2026).
Original GitHub issue: https://github.com/vxcontrol/pentagi/issues/184

Originally assigned to: @asdek on GitHub.

Affected Component

AI Agents (Researcher/Developer/...)

Describe the bug

Hello, how can I configure Pentagi to use the OpenRouter API? It's not possible to edit the API addresses in the rectangles.
Thank you in advance.

Steps to Reproduce

2

System Configuration

Dernière version

Logs and Artifacts

No response

Screenshots or Recordings

Image

Verification

  • I have checked that this issue hasn't been already reported
  • I have provided all relevant configuration files (with sensitive data removed)
  • I have included relevant logs and error messages
  • I am running the latest version of PentAGI
Originally created by @Seraphinfire on GitHub (Mar 9, 2026). Original GitHub issue: https://github.com/vxcontrol/pentagi/issues/184 Originally assigned to: @asdek on GitHub. ### Affected Component AI Agents (Researcher/Developer/...) ### Describe the bug Hello, how can I configure Pentagi to use the OpenRouter API? It's not possible to edit the API addresses in the rectangles. Thank you in advance. ### Steps to Reproduce 2 ### System Configuration Dernière version ### Logs and Artifacts _No response_ ### Screenshots or Recordings <img width="907" height="830" alt="Image" src="https://github.com/user-attachments/assets/7fa1a27f-ced4-4875-9559-15123a904591" /> ### Verification - [ ] I have checked that this issue hasn't been already reported - [ ] I have provided all relevant configuration files (with sensitive data removed) - [ ] I have included relevant logs and error messages - [x] I am running the latest version of PentAGI
yindo added the bug label 2026-06-06 22:08:57 -04:00
yindo closed this issue 2026-06-06 22:08:57 -04:00
Author
Owner

@asdek commented on GitHub (Mar 10, 2026):

hey @Seraphinfire ,

to OpenRouter access you have to use Custom provider and we have builtin configuration file:

LLM_SERVER_URL=https://openrouter.ai/api/v1
LLM_SERVER_KEY=YOUR_API_KEY
LLM_SERVER_MODEL=
LLM_SERVER_CONFIG_PATH=/opt/pentagi/conf/openrouter.provider.yml
LLM_SERVER_LEGACY_REASONING=

also, it possible to configure by installer tool on the Custom provider page

<!-- gh-comment-id:4030572717 --> @asdek commented on GitHub (Mar 10, 2026): hey @Seraphinfire , to OpenRouter access you have to use Custom provider and we have builtin configuration file: ``` LLM_SERVER_URL=https://openrouter.ai/api/v1 LLM_SERVER_KEY=YOUR_API_KEY LLM_SERVER_MODEL= LLM_SERVER_CONFIG_PATH=/opt/pentagi/conf/openrouter.provider.yml LLM_SERVER_LEGACY_REASONING= ``` also, it possible to configure by installer tool on the Custom provider page
Author
Owner

@Seraphinfire commented on GitHub (Mar 10, 2026):

Thanks you very much for the response

Sincerely

<!-- gh-comment-id:4031316277 --> @Seraphinfire commented on GitHub (Mar 10, 2026): Thanks you very much for the response Sincerely
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: vxcontrol/pentagi#70