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.
| Model | Revision | Dimensions | Runtime | Pipeline |
|---|---|---|---|---|
all-MiniLM-L6-v2sentence-transformers/all-MiniLM-L6-v2 | ea78891063587eb050ed4166b20062eaf978037c | 384 | Not currently available | Examples |
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."]
}