Skip to main content

Run GoModel in 20 Seconds

1. Install and start GoModel

2. Set up a provider

You can do this with an environment variable, a config.yaml file (infrastructure as code), or from the Dashboard’s Providers page - (no restart required in this case). Add Provider dialog in the GoModel dashboard

3. Send your first request

Use curl, the OpenAI SDK, or the Anthropic SDK for Python and JavaScript against the same gateway:
The Anthropic SDK examples call POST /v1/messages, GoModel’s Anthropic-compatible endpoint. Any configured provider’s model can be used there, not only Anthropic’s.

Admin Panel Preview

Open this URL in your browser to see the management dashboard and real-time audit logs and more: http://localhost:8080/admin/dashboard
Dashboard UI is enabled by default (ADMIN_UI_ENABLED=true). Admin API endpoints are at /admin/* and use the same bearer auth as the main API.

Usage Analytics

GoModel AI gateway usage analytics dashboard

Audit Logs

GoModel AI gateway audit logs dashboard

Next Steps

Last modified on August 4, 2026