Replies: 1 comment
-
|
This is an important feature for production multi-user systems. If multiple end-users share one DeepSeek API account or provider key,
For small AI SaaS teams, this becomes important very quickly once usage grows beyond personal testing. I’m working around DeepSeek / OpenAI-compatible API access for small AI builders, and multi-user isolation, rate limits, and cost attribution are exactly the kinds of issues that matter in production. |
Beta Was this translation helpful? Give feedback.
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.
-
Overview
Reasonix currently shares all user sessions, memory, task and API request resources globally without user_id isolation. When serving multiple end-users under one DeepSeek account, it will cause cross-user KV cache interference, scheduling conflicts and inaccurate rate limiting. We need to support configurable user_id to implement DeepSeek official multi-user isolation capabilities.
Why We Need This
Expected Features
https://api-docs.deepseek.com/quick_start/rate_limit
Beta Was this translation helpful? Give feedback.
All reactions