Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: Invocation of model ID deepseek.r1-v1:0 with on-demand throughput isn’t supported. Retry your request with the ID or ARN of an inference profile that contains this model. #3441

Open
NameMeLeo opened this issue Mar 11, 2025 · 1 comment
Labels
possible bug Bug was reported but is not confirmed or is unable to be replicated.

Comments

@NameMeLeo
Copy link

NameMeLeo commented Mar 11, 2025

How are you running AnythingLLM?

Docker (local)

What happened?

I got the below output when I am using bedrock with deepseek, its seems that bedrock required a inferenceConfig as below.

Error msg: Invocation of model ID deepseek.r1-v1:0 with on-demand throughput isn’t supported. Retry your request with the ID or ARN of an inference profile that contains this model.

aws sample api query:

{
  "modelId": "deepseek.r1-v1:0",
  "contentType": "application/json",
  "accept": "application/json",
  "body": {
    "inferenceConfig": {
      "max_tokens": 512
    },
    "messages": [
      {
        "role": "user",
        "content": "this is where you place your input text"
      }
    ]
  }
}

Are there known steps to reproduce?

set model ID to deepseek.r1-v1:0 in LLM provider page

No response

@NameMeLeo NameMeLeo added the possible bug Bug was reported but is not confirmed or is unable to be replicated. label Mar 11, 2025
@NameMeLeo
Copy link
Author

another error from bedrock when using r1 with model id us.deepseek.r1-v1:0

AWSBedrock:streaming - could not stream chat. Unsupported content block type(s): { "reasoningContent": { "text": "Okay" } }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
possible bug Bug was reported but is not confirmed or is unable to be replicated.
Projects
None yet
Development

No branches or pull requests

1 participant