llmreference
Replicate API

Using CodeLlama 70B on Replicate API

Implementation guide · Code Llama · AI at Meta

ServerlessOpen Source

Quick Start

  1. 1
    Create an account at Replicate API and generate an API key.
  2. 2
    Use the Replicate API SDK or REST API to call codellama-70b — see the documentation for request format.
  3. 3
    You'll be billed $0.65/1M input, $2.75/1M output tokens. See full pricing.

Code Examples

Install
pip install replicate
API key
REPLICATE_API_TOKEN
Model ID
codellama-70b

Replicate uses "owner/model-name" format (e.g. "meta/meta-llama-3-8b-instruct") for the latest version, or "owner/model-name:version-sha" to pin to a specific version. The REST endpoint splits owner and model-name into the path: /v1/models/{owner}/{model-name}/predictions.

import replicate

# reads REPLICATE_API_TOKEN from env
# codellama-70b format: "owner/model-name" (latest version) or "owner/model-name:version-hash"
output = replicate.run(
    "codellama-70b",
    input={"prompt": "Hello"}
)
# Output is a list or generator depending on the model
print("".join(output))

About Replicate API

Replicate offers a cloud-based AI platform that simplifies the deployment and integration of machine learning models. The platform provides an extensive library of open-source models that users can run with minimal coding, enabling easy access to advanced AI functionalities such as text generation, image creation, and video production. With automatic API generation, users can effortlessly deploy custom models on a large GPU cluster. The platform also supports the "Cog" tool, which packages models into production-ready containers, streamlining the management and scaling of AI applications. The platform's scalability is a key feature, automatically adjusting resources based on demand to ensure optimal performance during peak usage times. Users benefit from a cost-effective pricing model, paying only for the active time their code runs. Replicate fosters collaboration by allowing users to share their models publicly or keep them private, promoting innovation and knowledge sharing within the developer community. The platform's focus on accessibility and ease of use makes it an ideal solution for developers looking to integrate AI into their projects without the complexities typically associated with machine learning.

Replicate is a cloud-based platform that enables users to run machine learning models easily and efficiently. The company specializes in providing a streamlined environment for deploying, scaling, and managing AI models, making advanced machine learning capabilities accessible to developers and researchers. Replicate's platform allows users to run a wide variety of pre-trained models or deploy their own custom models, facilitating rapid experimentation and development in AI projects. The service is designed to handle the complexities of infrastructure management, allowing users to focus on their core AI tasks rather than worrying about the underlying technical details of model deployment and scaling. By offering a user-friendly interface and robust cloud infrastructure, Replicate aims to democratize access to cutting-edge AI technologies, enabling both individuals and organizations to leverage powerful machine learning models without the need for extensive in-house resources or expertise.

Pricing on Replicate API

TypePrice (per 1M)
Input tokens$0.65
Output tokens$2.75

Capabilities

Structured Outputs

About CodeLlama 70B

CodeLlama 70B is a state-of-the-art generative text model by Meta, specifically designed for code synthesis and understanding. It utilizes an auto-regressive transformer architecture and has been fine-tuned with up to 16,000 tokens, supporting inference with up to 100,000 tokens. The model excels in code completion, infilling, and instruction following, making it versatile for various programming languages and applications. With 70 billion parameters, it offers advanced capabilities for general code generation tasks, while also providing specialized variants for Python and instruction-following. Intended for both commercial and research use, CodeLlama 70B aims to assist developers in generating code, understanding programming concepts, and enhancing productivity in software development .

Model Specs

Released2024-01-29
Parameters70B
Context16K
ArchitectureDecoder Only

Provider

Replicate API
Replicate API

Replicate

San Francisco, California, United States