LLM ReferenceLLM Reference
Together AI

Alpaca 7B on Together AI

Alpaca · Stanford ArtificiaI Intelligence Laboratory (SAIL)

Serverless

Last refreshed 2026-05-11. Next refresh: weekly.

Why use Alpaca 7B on Together AI?

Together AI offers Alpaca 7B with pay-as-you-go pricing at $0.20/1M input tokens. Together AI is a platform for running open-source and proprietary LLMs with fast serverless and dedicated endpoints at competitive inference pricing.

Input / 1M
$0.20
Output / 1M
$0.20
Cache
Not sourced
Batch
Not sourced

Setup recipe

Python + curl
Install
pip install together
Auth
export TOGETHER_API_KEY=...
Call
from together import Together
client = Together()  # reads TOGETHER_API_KEY from env
response = client.chat.completions.create(
    model="alpaca-7b",
Model ID
alpaca-7b

Request example

from together import Together

client = Together()  # reads TOGETHER_API_KEY from env
response = client.chat.completions.create(
    model="alpaca-7b",
    messages=[{"role": "user", "content": "Hello"}]
)
print(response.choices[0].message.content)

Gotchas

  • Together uses "organization/model-name" format, e.g. "meta-llama/Llama-4-Scout-17B-16E-Instruct" or "Qwen/QwQ-32B". See the Together model catalog for the exact ID.
  • The examples expect TOGETHER_API_KEY; rename it only if your application config maps the new variable.

Pricing

TypePrice (per 1M)
Input tokens$0.20
Output tokens$0.20

Capabilities

Structured Outputs

About Alpaca 7B

Alpaca 7B is a language model developed by Stanford University, derived from Meta's LLaMA 7B, designed for instruction-following tasks. It excels in producing coherent, context-sensitive responses and is comparable to OpenAI's text-davinci-003, despite its smaller size and lower training costs. With a transformer-based architecture of 7 billion parameters, it efficiently balances performance and resource needs, suitable for devices like laptops. Trained on 52,000 instruction-based demonstrations, it offers high-quality interaction while facing challenges like hallucination and stereotyping, indicating a need for careful real-world application.

FAQ

What does Alpaca 7B cost on Together AI?

On Together AI, Alpaca 7B costs $0.2 per 1M input tokens and $0.2 per 1M output tokens.

Who created Alpaca 7B?

Alpaca 7B was created by Stanford ArtificiaI Intelligence Laboratory (SAIL) as part of the Alpaca model family.

Is Alpaca 7B open source?

Alpaca 7B's open source status is unknown in the seed data.

Get Started

Model Specs

Released2023-03-31
Parameters7B
ArchitectureDecoder Only