Shared
$shared
Domain types
Chunk = { chunk_id, score, text, 5 more... }
ChunkExtraInfoSchema = { chunks, schema_type }
CompletionResponse = { completions, choices, finish_reason, 2 more... }
GenericDeleteResponse = { count, success }
ModelServerInfo = { account_id, model_deployment_id, model_server_id, 2 more... }
Model server information. name: The name of the model server. Only used for display purposes. model_server_id: The ID of the model server. model_deployment_id: The ID of the model deployment being used as the backend. account_id: The ID of the account that owns the model server. alias: An alias for the model server. If configured the model server can be accessed via the alias instead of the model server ID. i.e /models/server/alias/{alias}/execute
ModelUsage = { data, end_date, start_date }
ResultSchemaGeneration = { generation_output, generation_extra_info }
StringExtraInfoSchema = { info, schema_type }