$this->getModelName(), 'input' => $text, 'options' => [ 'num_ctx' => $this->getMaxInputTokenLength() ?: 512, ] ]; $response = $this->request('embed', $data); return $response['embeddings'][0] ?? []; } }