{ "architecture": "boundary", "base_model": "fastino/gliner2.5-multi-v1", "hidden_size": 768, "opset": 17, "inputs": [ "input_ids", "attention_mask", "text_word_indices", "text_word_mask", "query_marker_indices", "query_marker_mask" ], "outputs": [ "start_logits", "end_logits" ], "notes": "Host must pack schema markers into input_ids and pass word/query gather indices. Decode spans from start/end logits in JS." }