Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 537 Bytes

File metadata and controls

26 lines (19 loc) · 537 Bytes

APIEndpoint

Example Usage

from mistralai.client.models import APIEndpoint

# Open enum: unrecognized values are captured as UnrecognizedStr
value: APIEndpoint = "/v1/chat/completions"

Values

This is an open enum. Unrecognized values will not fail type checks.

  • "/v1/chat/completions"
  • "/v1/embeddings"
  • "/v1/fim/completions"
  • "/v1/moderations"
  • "/v1/chat/moderations"
  • "/v1/ocr"
  • "/v1/classifications"
  • "/v1/chat/classifications"
  • "/v1/conversations"
  • "/v1/audio/transcriptions"