← Back to all generators

yorickvp/llava-v1.6-vicuna-13b

LLaVA v1.6: Large Language and Vision Assistant (Vicuna-13B)

Capabilities

Reference ImagesMax TokensTop-P

Cost

Community model (estimated from hardware time)

Input Parameters

promptrequiredstring

Prompt to use for text generation

historyarray

List of earlier chat messages, alternating roles, starting with user input. Include <image> to specify which message to attach the image to.

imagestring

Input image

max_tokensinteger

Maximum number of tokens to generate. A word is generally 2-3 tokens

Default: 1024min: 0
temperaturenumber

Adjusts randomness of outputs, greater than 1 is random and 0 is deterministic

Default: 0.2min: 0
top_pnumber

When decoding text, samples from the top p percentage of most likely tokens; lower to ignore less likely tokens

Default: 1min: 0, max: 1
Version: 0603dec59608Updated: 7/25/20263.8M runs