Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 438 Bytes

apiendpoint.md

File metadata and controls

17 lines (11 loc) · 438 Bytes

ApiEndpoint

Example Usage

import { ApiEndpoint } from "@mistralai/mistralai/models/components";

let value: ApiEndpoint = "/v1/chat/moderations";

Values

This is an open enum. Unrecognized values will be captured as the Unrecognized<string> branded type.

"/v1/chat/completions" | "/v1/embeddings" | "/v1/fim/completions" | "/v1/moderations" | "/v1/chat/moderations" | Unrecognized<string>