Haimaker.ai Logo

FireLLaVA 13b

fireworks/firellava-13b
Chatllama2
Fireworks|Released Jan 2024 · Updated Jan 2024
Parameters
13.4B
Input Price
$0.20
/1M tokens
Output Price
$0.20
/1M tokens

Overview

Fireworks AI's FireLLaVA-13B, a multimodal model combining language understanding with vision capabilities.

Features & Capabilities

Modechat
Function Calling-
Vision-
Reasoning-
Web Search-
Url Context-

Technical Details

ArchitectureLlavaForConditionalGeneration
Model Typellava
Librarytransformers

API Usage

from openai import OpenAI

client = OpenAI(
    base_url="https://api.haimaker.ai/v1",
    api_key="YOUR_API_KEY",
)

response = client.chat.completions.create(
    model="fireworks/firellava-13b",
    messages=[
        {"role": "user", "content": "Hello, how are you?"}
    ],
)

print(response.choices[0].message.content)

Use FireLLaVA 13b with the haimaker API

OpenAI-compatible endpoint. Start building in minutes.

Get API Access