JavaScript SDK (v0.44.0)Reference
Compatibilities
Compatibility flags for different API endpoints supported by a model version.
Type Alias: Compatibilities
Compatibilities =
object
Compatibility flags for different API endpoints supported by a model version.
Properties
anthropic_messages
anthropic_messages:
boolean
Represents whether this version supports the Anthropic compatible messages endpoint.
openai_chat_completions
openai_chat_completions:
boolean
Represents whether this version supports the OpenAI compatible chat completions endpoint.
openai_embeddings
openai_embeddings:
boolean
Represents whether this version supports the OpenAI compatible embeddings endpoint.
openai_images_generations
openai_images_generations:
boolean
Represents whether this version supports the OpenAI compatible image generation endpoint.
openai_responses
openai_responses:
boolean
Represents whether this version supports the OpenAI compatible responses endpoint.