Supported Models and Pricing

This page documents the model pricing chart used by NexaGauge cost estimation.

All prices below are in USD per 1,000 tokens.

Provider Pricing Links

Cost Chart (Used by NexaGauge)

OpenAI

ModelInput token / 1000 (USD)Output token / 1000 (USD)
openai/gpt-4o0.0025000.010000
openai/gpt-4o-mini0.0001500.000600
openai/gpt-4-turbo0.0100000.030000
openai/gpt-40.0300000.060000
openai/gpt-3.5-turbo0.0005000.001500
openai/o10.0150000.060000
openai/o1-mini0.0011000.004400

Anthropic

ModelInput token / 1000 (USD)Output token / 1000 (USD)
anthropic/claude-opus-4-60.0150000.075000
anthropic/claude-sonnet-4-60.0030000.015000
anthropic/claude-3-5-sonnet-202410220.0030000.015000
anthropic/claude-3-5-haiku-202410220.0010000.005000
anthropic/claude-3-haiku-202403070.0002500.001250
anthropic/claude-3-opus-202402290.0150000.075000

Gemini

ModelInput token / 1000 (USD)Output token / 1000 (USD)
gemini/gemini-2.0-flash0.0001000.000400
gemini/gemini-2.0-flash-lite0.0000750.000300
gemini/gemini-2.5-flash0.0003000.002500
gemini/gemini-2.5-flash-lite0.0001000.000400

Notes

  • Prices are maintained in code at packages/nexagauge-graph/ng_graph/llm/pricing.py.
  • If a model is not in this curated chart, NexaGauge tries a tokencost lookup and then falls back to a conservative default rate.