Skip to main content
RECOGNITION · PROGRAMMES · ECOSYSTEM · TRUST FinanceGPT Developers
FinanceGPT Model Hub task

Feature Extraction / Embeddings

Generate governed dense vector representations for financial text using an exact pinned transformer artifact.

Compatible models

FinanceGPT requires an explicit governed model for task-oriented inference. It does not silently switch models.
ModelRevisionDimensionsRuntimePipeline
all-MiniLM-L6-v2
sentence-transformers/all-MiniLM-L6-v2
ea78891063587eb050ed4166b20062eaf978037c384Not currently availableExamples

Task-oriented API

Uses the existing ml:inference scope and requires the model slug in the request body.
POST /api/v2/model-hub/tasks/feature-extraction
Authorization: Bearer <token>

{
  "model": "transformer-financegpt-semantic-general-v1",
  "inputs": ["Operating cash flow increased year over year."]
}