Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 998 Bytes

File metadata and controls

37 lines (23 loc) · 998 Bytes

RouterBase API Collections

RouterBase provides an OpenAI-compatible API at https://routerbase.com/v1. This repository contains importable API collections for trying RouterBase in OpenAPI, Postman, Bruno, and Insomnia.

Static API reference:

  • https://routerbase.github.io/routerbase-api-collections/

Contents

  • openapi/routerbase.openapi.json: OpenAPI 3.1 description for chat completions and model listing.
  • postman/routerbase.postman_collection.json: Postman collection.
  • bruno/RouterBase: Bruno collection.
  • insomnia/routerbase.insomnia.json: Insomnia export.

Quick Start

Set an API key variable named ROUTERBASE_API_KEY, then call:

  • GET /models
  • POST /chat/completions

Default base URL:

https://routerbase.com/v1

Links

License

MIT