Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 622 Bytes

File metadata and controls

16 lines (10 loc) · 622 Bytes

Together API: OpenAPI Spec

The OpenAPI specification offers a structured and clear format for API design. Within this repository, you'll find the OpenAPI Spec for the TogetherAI API that you can use as a reference when building an API.

Contact us: https://www.together.ai/contact

Terms of Service: https://www.together.ai/terms-of-service

Development

YAML Formatting

This repo uses yamlfmt to keep openapi.yaml consistently formatted. CI will fail if the file is not formatted.

go run github.com/google/yamlfmt/cmd/yamlfmt@latest -conf .yamlfmt openapi.yaml