Replies: 2 comments
|
same for gemini: |
0 replies
|
希望官方能增加对embedding的支持 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Feature Request
Currently the CLI Proxy API only exposes:
POST /v1/chat/completionsPOST /v1/completionsGET /v1/modelsThe
/v1/embeddingsendpoint is missing (returns404 page not found).Use Case
When using OpenClaw memory-search with
provider: "custom-cli-proxy-api-8317", embedding requests fail because the proxy does not support the/v1/embeddingsendpoint that OpenClaw expects.Expected Behavior
Support
POST /v1/embeddingswith standard OpenAI-compatible request format:{ "model": "text-embedding-3-small", "input": "hello world" }Additional Request
Also, please consider adding
kimi-2.6model support if it is available from the backend providers.All reactions