fireworksChat
Fireworks: FireLLaVA 13B
fireworks/firellava-13b
4KContext Window
Online
A blazing fast vision-language model, FireLLaVA quickly understands both text and images. It achieves impressive chat skills in tests, and was designed to mimic multimodal GPT-4. The first commercially permissive open source LLaVA model, trained entirely on open source LLM generated instruction following data.
Capabilities
👁 VisionText GenerationCode GenerationAnalysis & Reasoningmodels.reasoning
Technical Specs
Input Modality
Text、Image
Output Modality
Text
Arch
—
Pricing
Pay per use, no monthly feesInput Token< ¥0.001/1K Token
Output Token< ¥0.001/1K Token
Quick Start
from openai import OpenAI
client = OpenAI(
base_url="https://api.uniontoken.ai/v1",
api_key="YOUR_UNIONTOKEN_API_KEY",
)
response = client.chat.completions.create(
model="fireworks/firellava-13b",
messages=[
{"role": "user", "content": "Hello!"}
],
)
print(response.choices[0].message.content)FAQ
Fireworks: FireLLaVA 13B
fireworks/firellava-13b
In< ¥0.001/1K
Out< ¥0.001/1K
Context Window4K
Ready to get started?
Get 1M free tokens on registration, no monthly fees or minimum spend
Register Now →