Skip to content

400 Client Error on Phenom-Beta Inference API endpointΒ #10

@l-haus

Description

@l-haus

Description
I am encountering a 400 Bad Request error when attempting to use the API's inference endpoint. However, uploading and deleting assets are working correctly without any issues. This problem only arises during the inference operation.

Steps to Reproduce

  1. Upload an asset (asset uploads successfully).
  2. Attempt to run inference on the uploaded asset.
  3. Receive a 400 Bad Request error.

Expected Behavior
The inference operation should process the asset and return a successful response with the inference results.

Actual Behavior
The API returns a 400 Bad Request error, and no inference results are received.

Additional Information
Endpoint: https://api.nvcf.nvidia.com/v2/nvcf/exec/functions/7db32b36-ec04-43a6-a78f-1d8296accd8d/versions/3d73b252-008d-4469-b4c3-b25b9cbec654
Request Method: POST
Payload Used: { "asset_id": "f2af3e59-aea2-49b8-a567-98ab4e226410" }
Error Message: Bad Request

Attempts to Resolve
Verified that the asset exists and is accessible (accessible via delete endpoint).
Ensured that the request payload is structured correctly according to the documentation.
Checked API documentation for any recent changes (https://developer.nvidia.com/docs/bionemo-service/phenom-beta.html).

Request
Could you please investigate this issue? The request appears to be structured correctly, and other endpoints are functioning as expected. I would greatly appreciate any guidance or corrections to my request.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions