You're looking at a specific version of this model. Jump to the model overview.
lucataco /qwen3-embedding-8b:42d96848
Input schema
The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.
Field | Type | Default value | Description |
---|---|---|---|
text |
None
|
Text or list of texts to embed
|
|
instruction |
string
|
|
Optional instruction for task-specific embeddings
|
embedding_dim |
integer
|
1024
Min: 32 Max: 4096 |
Output embedding dimension
|
normalize |
boolean
|
True
|
Whether to normalize embeddings
|
batch_size |
integer
|
8
Min: 1 Max: 32 |
Batch size for processing multiple texts
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'additionalProperties': True, 'title': 'Output', 'type': 'object'}