这是indexloc提供的服务,不要输入任何密码
Skip to content

[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

@NameMeLeo

Description

@NameMeLeo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    possible bugBug was reported but is not confirmed or is unable to be replicated.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions