$this->getModelName(), 'prompt' => $text, 'options' => [ 'num_ctx' => $this->getMaxInputTokenLength() ] ]; $response = $this->request('embeddings', $data); return $response['embedding']; } }