Skip to main content
GoModel home page
Search...
⌘K
admin
GET
Get conversation thread around an audit log entry
GET
Get paginated audit log entries
GET
Get cached-only usage overview
GET
List model categories with counts
GET
Get usage breakdown by period
GET
Get paginated usage log entries
GET
Get usage breakdown by model
GET
Get usage summary
GET
Get usage breakdown by user path
system
GET
Health check
passthrough
GET
Provider passthrough
PUT
Provider passthrough
POST
Provider passthrough
DEL
Provider passthrough
OPTIONS
Provider passthrough
HEAD
Provider passthrough
PATCH
Provider passthrough
batch
GET
List batches
POST
Create a native provider batch
GET
Get a batch
POST
Cancel a batch
GET
Get batch results
chat
POST
Create a chat completion
embeddings
POST
Create embeddings
files
GET
List files
POST
Upload a file
GET
Get file metadata
DEL
Delete a file
GET
Download file content
models
GET
List available models
responses
POST
Create a model response (Responses API)
POST
Compact response input
POST
Count response input tokens
GET
Get a response
DEL
Delete a response
POST
Cancel a response
GET
List response input items
GoModel home page
Search...
⌘K
Ask AI
Search...
Navigation
system
Health check
Documentation
Guides
API Reference
Documentation
Guides
API Reference
system
Health check
GET
https://gomodel.example.com
http://localhost:8080
/
health
Try it
Health check
cURL
curl
--request
GET
\
--url
https://gomodel.example.com/health
200
{}
Response
200 - application/json
OK
{key}
string
Was this page helpful?
Yes
No
Previous
Provider passthrough
Runtime-configurable passthrough endpoint under /p/{provider}/{endpoint}; enabled by default via server.enable_passthrough_routes. The endpoint path is opaque and may proxy JSON, binary, or SSE responses with upstream status codes preserved. For multi-segment provider endpoints, clients that rely on OpenAPI-generated path handling should URL-encode embedded slashes in the endpoint parameter. A leading v1/ segment is normalized away by default so /p/{provider}/v1/... and /p/{provider}/... map to the same upstream path relative to the provider base URL.
Next
⌘I
Health check
cURL
curl
--request
GET
\
--url
https://gomodel.example.com/health
200
{}
Assistant
Responses are generated using AI and may contain mistakes.