{"swagger": "2.0", "info": {"title": "Internal LLM Gateway", "version": "1.4.2"}, "host": "chat.whitfieldadvisory.com", "basePath": "/", "schemes": ["https"], "consumes": ["application/json"], "produces": ["application/json"], "securityDefinitions": {"BearerAuth": {"type": "apiKey", "name": "Authorization", "in": "header"}}, "security": [{"BearerAuth": []}], "paths": {"/v1/models": {"get": {"summary": "List models", "responses": {"200": {"description": "ok"}}}}, "/v1/chat/completions": {"post": {"summary": "Create a chat completion", "responses": {"200": {"description": "ok"}}}}, "/v1/completions": {"post": {"summary": "Create a completion (legacy)", "responses": {"200": {"description": "ok"}}}}, "/v1/embeddings": {"post": {"summary": "Create embeddings", "responses": {"200": {"description": "ok"}}}}}}