As a model developer, I need somewhere for my customers to be able to view my model’s metadata and model usage instructions so that it is easy for them to use my model so that I can accrue more reputation and earn more revenue as my models get used.
Acceptance criteria:
A publicly accessible location exists that a user can view model metadata, including how to appropriately request inference from the model
A non-technical web based UI that has:
Web2 login and account creation (i.e., privy or other account abstraction toolkit)
Scrollable view of model cards
Execution request button
Execution response workflow
Execution payment flow (i.e., coinflow or other)
There is an option to use a credit card to pay for the inference
If the request is made onchain, the entity requesting model outputs is not required to pay network fees (i.e., gas fees)
Assumptions:
A model customer segment exists that needs an application UI for the model inference request client (i.e., not all model customers have the capabilities required for making an inference request via a Python library or SDK)
Questions
Can the majority of customers use code to make an inference request?
As a model developer, I need somewhere for my customers to be able to view my model’s metadata and model usage instructions so that it is easy for them to use my model so that I can accrue more reputation and earn more revenue as my models get used.
Acceptance criteria:
Assumptions:
Questions