Replies: 1 comment
|
非常需要这个功能,目前我自己有大量第三方平台的模型,现在我准备逐步迁移到CPA中,但是发现目前不支持嵌入式、重排序模型,太遗憾了 |
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
Please consider adding OpenAI-compatible endpoints for embeddings and reranking:
POST /v1/embedding(and ideally the common aliasPOST /v1/embeddings)POST /v1/rerankMotivation
CLIProxyAPI already acts as an API aggregation/proxy layer. Adding embedding and rerank endpoints would make it more useful for RAG, memory systems, search pipelines, and agent frameworks that need more than chat completions.
Available upstream resources
There are already practical upstream providers that can back these capabilities:
gemini-embedding-001.Suggested behavior
Thanks for maintaining CLIProxyAPI. These endpoints would make it significantly easier to use the project as a unified backend for agents and knowledge/RAG workflows.
All reactions