LLM ReferenceLLM Reference
Replicate API

WizardCoder Python 34B on Replicate API

WizardCoder · WizardLM Team

Serverless

Last refreshed 2026-04-19. Next refresh: weekly.

Why use WizardCoder Python 34B on Replicate API?

Replicate API offers WizardCoder Python 34B with pay-as-you-go pricing at $0.20/1M input tokens. Replicate is a cloud-based platform that enables users to run machine learning models easily and efficiently.

Compare WizardCoder Python 34B across 2 providers to find the best fit for your use case
Input / 1M
$0.20
Output / 1M
$1.00
Cache
Not sourced
Batch
Not sourced

Setup recipe

Python + curl
Install
pip install replicate
Auth
export REPLICATE_API_TOKEN=...
Call
import replicate
output = replicate.run(
    "wizardcoder-python-34b",
    input={"prompt": "Hello"}
Model ID
wizardcoder-python-34b

Request example

import replicate

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

Gotchas

  • 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.
  • The examples expect REPLICATE_API_TOKEN; rename it only if your application config maps the new variable.

Compare WizardCoder Python 34B Across Providers

ProviderInput (per 1M)Output (per 1M)
Together AI$0.80$0.80
Replicate API$0.20$1.00

Pricing

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

Capabilities

Structured Outputs

About WizardCoder Python 34B

WizardCoder Python 34B is a large language model (LLM) tailored for code generation and comprehension, primarily focusing on Python. Harnessing a Transformer-based structure with 34 billion parameters, it was refined using the Evol-Instruct method to enhance its instruction-following skills. This model excels in generating accurate and context-aware code, offering functionalities like code generation, completion, summarization, and translation across languages. It has achieved notable performance in benchmarks such as HumanEval, even outperforming certain versions of GPT-4 in specific tests. Despite its strengths, it requires significant computational resources, such as at least 32GB of RAM, for optimal performance and has different quantization levels to balance accuracy and resource needs 146.

FAQ

What does WizardCoder Python 34B cost on Replicate API?

On Replicate API, WizardCoder Python 34B costs $0.20 per 1M input tokens and $1.00 per 1M output tokens.

How does Replicate API compare to other WizardCoder Python 34B providers?

WizardCoder Python 34B is available from 2 providers. The cheapest input pricing is $0.20/1M tokens from Replicate API.

Who created WizardCoder Python 34B?

WizardCoder Python 34B was created by WizardLM Team as part of the WizardCoder model family.

Is WizardCoder Python 34B open source?

WizardCoder Python 34B's open source status is unknown in the seed data.

Get Started

Model Specs

Released2024-01-29
Parameters34B
ArchitectureDecoder Only

Related Models on Replicate API