Skip to main content

Supported Answer Models

ModelPricing styleBest for
llmlayer-webFlat $0.007 × max_queriesDefault web-grounded answers
llmlayer-fastFlat $0.009 × max_queriesFast answers
openai/gpt-4o-miniToken priced + LLMLayer feeBudget token-priced answers
openai/gpt-5.1Token priced + LLMLayer feePremium reasoning
The openai/gpt-5.1 backend mapping is intentionally left for your later backend update.

Provider Keys

provider_key is accepted for backward compatibility but currently ignored; provider usage is not billed to the user’s provider account. Use LLMLayer response fields and the dashboard ledger as the billing source of truth.

Answer Pricing

LLMLayer flat-price models

llmlayer-web  = $0.007 × max_queries
llmlayer-fast = $0.009 × max_queries

Token-priced models

total = ($0.004 × max_queries)
      + model input token cost
      + model output token cost
      + optional image search cost
Current token prices:
ModelInputOutput
openai/gpt-4o-mini$0.15 / 1M tokens$0.60 / 1M tokens
openai/gpt-5.1$1.25 / 1M tokens$10.00 / 1M tokens

Utility Endpoint Pricing

EndpointCost
Web Search$0.002 per request
Scraper$0.001 per supported format
Extract json, summary, qa$0.005 per selected AI mode
Extract links$0.001
Extract brand$0.002
Crawl$0.001 per successful page, reported in the usage event
Map$0.002 per request
YouTube Transcript$0.003 per request
PDF Content$0.002 per request

Cost Control

  • Start Answer requests with llmlayer-web and max_queries=1.
  • Use Web Search + Scraper when you need to select sources before asking an LLM.
  • Use Extract only for fields you actually need.
  • Request one scrape format unless you need multiple outputs.
  • Read cost, llmlayer_cost, and model_cost from responses when present.

FAQ

provider_key is accepted for backward compatibility but currently ignored; provider usage is not billed to the user’s provider account.
The Answer backend currently falls back to llmlayer-web rather than failing the request.
Use the response cost fields for request-level visibility and the dashboard ledger as the account-level billing source of truth.

Next Steps

Answer API

Model selection, streaming, and response fields.

Errors & Refunds

Error shapes, status codes, and refund behavior.