Learn how to benchmark models, estimate costs, and architect RAG systems with YSelector.
YSelector uses a "Prompt-First" approach to benchmarking. Unlike static leaderboards, we test models against your specific use case.
Base Cost includes Input Tokens + Infrastructure (Vector DB).Total Cost is calculated after the test runs, adding the actual Output Tokens generated by the model.
We use the tiktoken library (used by OpenAI) to count tokens with byte-level precision, ensuring our cost projections are mathematically accurate.
We currently support direct integration and benchmarks for:
Your data security is paramount. When you provide API keys, they are encrypted at rest using AES-256-GCM. We do not store your prompt data permanently; it is processed transiently for the duration of the test run.