Skip to main content

Supported Answer Models

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

Token-priced models

Current token prices:

Utility Endpoint Pricing

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.