Skip to content

[Feature] Open scaling query API to everyone #1

@marcelroed

Description

@marcelroed

The current API is hosted on Stanford's intranet and requires an API key per user to limit query budgets.

There are at least two different options for how we open this up to everyone, with trade-offs:

  1. Package results into a Python package that can be queried, and store a local file with usage to determine how much of the budget they've used. Issues: How do we ship the training information without leaking all the data points? How do we prevent people from resetting their budget? Do we want to have a hard limit per user?
  2. Open access to the current API to anyone. Issues: How do we distribute API keys? What amount of manual labor is involved? Need to optimize the model to prevent server overload (the current code is inefficient and already times out when users submit too many previous queries).

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