Hello,
I am trying to access ESM3 models through EvolutionaryScale Forge. I created an API key through forge and am using this forge token. I am calling models as shown in the README:
model: ESM3InferenceClient = esm.sdk.client("esm3-medium-2024-08", token="<your forge token>")
However, an error appears saying I do not have access to this model:
(403, 'Failure in generate: {"status":"error","message":"User does not have access to model"}')
When I look up my credits on forge, I have credits available. How do I gain access to models on forge? This question has been asked in different ways in issues #187 and #222 without apparent resolution. Thanks for your help.