-
-
Notifications
You must be signed in to change notification settings - Fork 1
feat: Add OpenAI-compatible API proxy #42
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or requestpriority:highHigh priorityHigh priorityroadmapTracked in roadmap/meta issuesTracked in roadmap/meta issuesstatus:backlogPlanned but not in progressPlanned but not in progress
Milestone
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestpriority:highHigh priorityHigh priorityroadmapTracked in roadmap/meta issuesTracked in roadmap/meta issuesstatus:backlogPlanned but not in progressPlanned but not in progress
Summary
Implement an OpenAI-compatible HTTP server mode to allow using Puter models directly in Zed's model dropdown (and other tools that support custom OpenAI endpoints).
Proposed CLI
Configuration in Zed
Implementation Details
expressor standard nodehttp./v1/models(list models)./v1/chat/completions(streaming and non-streaming).auth.ts.Benefits