{"openapi":"3.0.0","info":{"title":"Vector Wire Data API","version":"1.0.0","description":"Model intelligence with provenance on every row. Every benchmark score and price returned by this API carries the source it was read from — rows without a source are not served."},"servers":[{"url":"https://perfect-connection-production-3303.up.railway.app"}],"components":{"securitySchemes":{"ApiKey":{"type":"http","scheme":"bearer","bearerFormat":"vw_sk_live_…"}}},"security":[{"ApiKey":[]}],"paths":{"/v1/models":{"get":{"summary":"List published models","tags":["Data API v1"],"responses":{"200":{"description":"Default Response"}}}},"/v1/models/{id}":{"get":{"summary":"Model detail with sourced benchmarks and pricing","tags":["Data API v1"],"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/benchmarks":{"get":{"summary":"Canonical benchmark families","tags":["Data API v1"],"responses":{"200":{"description":"Default Response"}}}},"/v1/benchmarks/{id}/scores":{"get":{"summary":"Scores for one benchmark — every row carries its source","tags":["Data API v1"],"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/pricing":{"get":{"summary":"Current pricing with provenance","tags":["Data API v1"],"responses":{"200":{"description":"Default Response"}}}},"/v1/entities/{id}":{"get":{"summary":"Resolved entity with aliases","tags":["Data API v1"],"parameters":[{"schema":{"type":"string"},"in":"path","name":"id","required":true}],"responses":{"200":{"description":"Default Response"}}}},"/v1/entities/resolve":{"get":{"summary":"Resolve a messy name to a canonical entity","tags":["Data API v1"],"responses":{"200":{"description":"Default Response"}}}}}}