list_alt

API

Preview the future Evalvo API contract for listing models, running a model, and creating an evaluation.

Base URL

The MVP is frontend-only. These examples show the planned production API shape.

https://api.evalvo.local/v1

Authentication

Future API requests will use bearer tokens created from the Account page.

Authorization: Bearer evalvo_api_key
GET

List models

Returns local and provider models available to the workspace.

/models

            
POST

Run model

Runs one model against an input and optional output-format instruction.

/models/{model_id}/run

            
POST

Create evaluation

Compares selected models against one input and expected output.

/evaluations