[GH-ISSUE #42] Support to OpenAI Key #11

Closed
opened 2026-02-27 07:19:58 +03:00 by kerem · 3 comments
Owner

Originally created by @chaitanya1 on GitHub (Jan 9, 2026).
Original GitHub issue: https://github.com/KeygraphHQ/shannon/issues/42

Currently the entire app is supported with claude, when are you going support for Open_AI

Originally created by @chaitanya1 on GitHub (Jan 9, 2026). Original GitHub issue: https://github.com/KeygraphHQ/shannon/issues/42 Currently the entire app is supported with claude, when are you going support for Open_AI
kerem closed this issue 2026-02-27 07:19:58 +03:00
Author
Owner

@chaitanya1 commented on GitHub (Jan 12, 2026):

@JNX03 any ETA to support for Open AI key ?

<!-- gh-comment-id:3737276842 --> @chaitanya1 commented on GitHub (Jan 12, 2026): @JNX03 any ETA to support for Open AI key ?
Author
Owner

@JNX03 commented on GitHub (Jan 13, 2026):

Hello, @chaitanya1 to using Shannon with OpenAI API key

In Dockerfile you have to add this line at the bottom of the code
ENV ANTHROPIC_BASE_URL=https://api.openai.com/v1/chat/completions

Note : I have change it do the openai base url but if it dosn't work please check on the docs "https://platform.openai.com/docs/api-reference/"

then run the start command https://github.com/KeygraphHQ/shannon?tab=readme-ov-file#quick-start-with-docker

Hope this help

<!-- gh-comment-id:3741189198 --> @JNX03 commented on GitHub (Jan 13, 2026): Hello, @chaitanya1 to using Shannon with OpenAI API key In **Dockerfile** you have to add this line at the bottom of the code `ENV ANTHROPIC_BASE_URL=https://api.openai.com/v1/chat/completions` ##### Note : I have change it do the openai base url but if it dosn't work please check on the docs "https://platform.openai.com/docs/api-reference/" then run the start command https://github.com/KeygraphHQ/shannon?tab=readme-ov-file#quick-start-with-docker Hope this help
Author
Owner

@keygraphVarun commented on GitHub (Jan 22, 2026):

We now have experimental (but unsupported) support for OpenAI via Claude Code Router (https://github.com/musistudio/claude-code-router):
https://github.com/KeygraphHQ/shannon?tab=readme-ov-file#experimental---unsupported-router-mode-alternative-providers

Shannon is built on top of the Anthropic Agent SDK and is optimized for Anthropic models. You shouldn’t expect comparable results when swapping in other model providers, because the harness + model combination was tuned for Anthropic.

We also haven’t seen great results on OpenAI, to be honest. This is enabled purely for experimentation and is not suitable for any non-trivial use.

<!-- gh-comment-id:3787138167 --> @keygraphVarun commented on GitHub (Jan 22, 2026): We now have experimental (but unsupported) support for OpenAI via Claude Code Router (https://github.com/musistudio/claude-code-router): https://github.com/KeygraphHQ/shannon?tab=readme-ov-file#experimental---unsupported-router-mode-alternative-providers Shannon is built on top of the Anthropic Agent SDK and is optimized for Anthropic models. You shouldn’t expect comparable results when swapping in other model providers, because the harness + model combination was tuned for Anthropic. We also haven’t seen great results on OpenAI, to be honest. This is enabled purely for experimentation and is not suitable for any non-trivial use.
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shannon-KeygraphHQ#11
No description provided.