de/Models
Traits
Returns a list of model traits and the associated model.
GET
/api/v1/models/traits
Postman-Collection
Weitere Beispiele finden Sie in dieser Postman-Collection.Autorisierungen
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Abfrageparameter
Filter models by type.
Verfügbare Optionen:
asr, embedding, image, music, text, tts, upscale, inpaint, video Beispiel:
"text"
Antwort
OK
List of available models
Beispiel:
{
"default": "zai-org-glm-5-1",
"fastest": "kimi-k2-6"
}Verfügbare Optionen:
list Type of models returned.
Verfügbare Optionen:
asr, embedding, image, music, text, tts, upscale, inpaint, video Beispiel:
"text"
Zurück
Text ParserExtracts text from a document file. Supports PDF, DOCX, PPTX, XLSX, and plain text formats. Upload a file via multipart/form-data.
**Privacy:** Text parsing runs entirely in-memory on Venice's infrastructure with zero data retention. Documents are processed and immediately discarded — no content is stored or logged.
**Authentication:** This endpoint accepts either a Bearer API key or a `SIGN-IN-WITH-X` header for x402 wallet-based authentication. The legacy `X-Sign-In-With-X` header is also accepted during migration. When using x402, a `402 Payment Required` response indicates insufficient balance and includes top-up instructions.
Weiter
/api/v1/models/traits