{"info":{"title":"MPP OpenRouter Gateway","version":"0.0.1"},"openapi":"3.1.0","paths":{"/v1/chat/completions":{"post":{"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}},"x-payment-info":{"offers":[{"amount":"1000","intent":"session","method":"tempo","unitType":"unit"}]},"summary":"OpenAI-compatible chat completion for any model in /v1/models, billed cost-plus over an MPP tempo session channel.","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["model","messages"],"properties":{"model":{"type":"string"},"messages":{"type":"array","items":{"type":"object"}},"max_tokens":{"type":"integer"},"stream":{"type":"boolean"},"tools":{"type":"array","items":{"type":"object"}}}}}}}}}},"x-service-info":{"categories":["ai","llm","inference"],"docs":{"homepage":"http://stablerouter.dev","apiReference":"http://stablerouter.dev/openapi.json"}}}