# modelparams.dev > An open, community-maintained catalog of LLM API parameters — every request-body knob > you can turn, for every model, with API-key and subscription variants tracked > separately. Not parameter counts: nothing here describes model weights. All data is machine-readable: CORS-enabled static JSON validated against a published JSON Schema, served from the edge under `/api/v1/`. IDs are `provider/model` for API-key variants and `provider/model-subscription` for subscription variants. ## API - [Full catalog](https://modelparams.dev/api/v1/models.json): Every model and its parameters in one JSON file (243 models). - [Providerless params](https://modelparams.dev/api/v1/params/gpt-5.5.json): Params for one model slug; append `-subscription` for subscription contracts. - [JSON Schema](https://modelparams.dev/api/v1/schema.json): Validates every entry; use it for editor autocomplete or CI checks. - [API index](https://modelparams.dev/api/v1/index.json): Endpoint map and live model count. ## Guides - [Usage guide + full parameter dump](https://modelparams.dev/llms-full.txt): How to call the API plus every model's parameters inline. - [Model parameters vs. API parameters](https://modelparams.dev/model-parameters-vs-api-parameters): Why "parameters" here means request settings and never weight counts. ## Parameters - [max_tokens](https://modelparams.dev/parameters/max_tokens): Max tokens — default, range, and the 134 models that accept it. - [max_completion_tokens](https://modelparams.dev/parameters/max_completion_tokens): Max completion tokens — default, range, and the 76 models that accept it. - [stop](https://modelparams.dev/parameters/stop): Stop sequence — default, range, and the 31 models that accept it. - [generationConfig.maxOutputTokens](https://modelparams.dev/parameters/generationconfig-maxoutputtokens): Max output tokens — default, range, and the 15 models that accept it. - [stop_sequences](https://modelparams.dev/parameters/stop_sequences): Stop sequences — default, range, and the 8 models that accept it. - [n](https://modelparams.dev/parameters/n): Number of completions — default, range, and the 3 models that accept it. - [max_output_tokens](https://modelparams.dev/parameters/max_output_tokens): Max output tokens — default, range, and the 1 model that accept it. - [temperature](https://modelparams.dev/parameters/temperature): Temperature — default, range, and the 173 models that accept it. - [top_p](https://modelparams.dev/parameters/top_p): Top P — default, range, and the 164 models that accept it. - [top_k](https://modelparams.dev/parameters/top_k): Top K — default, range, and the 46 models that accept it. - [frequency_penalty](https://modelparams.dev/parameters/frequency_penalty): Frequency penalty — default, range, and the 35 models that accept it. - [presence_penalty](https://modelparams.dev/parameters/presence_penalty): Presence penalty — default, range, and the 35 models that accept it. - [seed](https://modelparams.dev/parameters/seed): Seed — default, range, and the 28 models that accept it. - [do_sample](https://modelparams.dev/parameters/do_sample): Do sample — default, range, and the 21 models that accept it. - [generationConfig.seed](https://modelparams.dev/parameters/generationconfig-seed): Seed — default, range, and the 15 models that accept it. - [generationConfig.temperature](https://modelparams.dev/parameters/generationconfig-temperature): Temperature — default, range, and the 15 models that accept it. - [generationConfig.topK](https://modelparams.dev/parameters/generationconfig-topk): Top K — default, range, and the 15 models that accept it. - [generationConfig.topP](https://modelparams.dev/parameters/generationconfig-topp): Top P — default, range, and the 15 models that accept it. - [random_seed](https://modelparams.dev/parameters/random_seed): Random seed — default, range, and the 14 models that accept it. - [extra_body.top_k](https://modelparams.dev/parameters/extra_body-top_k): Top K — default, range, and the 12 models that accept it. - [k](https://modelparams.dev/parameters/k): Top K — default, range, and the 8 models that accept it. - [p](https://modelparams.dev/parameters/p): Top P — default, range, and the 8 models that accept it. - [repetition_penalty](https://modelparams.dev/parameters/repetition_penalty): Repetition penalty — default, range, and the 4 models that accept it. - [threshold](https://modelparams.dev/parameters/threshold): Threshold — default, range, and the 1 model that accept it. - [thinking.type](https://modelparams.dev/parameters/thinking-type): Thinking mode — default, range, and the 68 models that accept it. - [reasoning_effort](https://modelparams.dev/parameters/reasoning_effort): Reasoning effort — default, range, and the 42 models that accept it. - [thinking.budget_tokens](https://modelparams.dev/parameters/thinking-budget_tokens): Budget tokens — default, range, and the 26 models that accept it. - [thinking.display](https://modelparams.dev/parameters/thinking-display): Thinking display — default, range, and the 21 models that accept it. - [generationConfig.thinkingConfig.includeThoughts](https://modelparams.dev/parameters/generationconfig-thinkingconfig-includethoughts): Include thoughts — default, range, and the 15 models that accept it. - [output_config.effort](https://modelparams.dev/parameters/output_config-effort): Effort — default, range, and the 15 models that accept it. - [reasoning.effort](https://modelparams.dev/parameters/reasoning-effort): Reasoning effort — default, range, and the 15 models that accept it. - [reasoning.summary](https://modelparams.dev/parameters/reasoning-summary): Reasoning summary — default, range, and the 14 models that accept it. - [generationConfig.thinkingConfig.thinkingBudget](https://modelparams.dev/parameters/generationconfig-thinkingconfig-thinkingbudget): Thinking budget — default, range, and the 9 models that accept it. - [generationConfig.thinkingConfig.thinkingLevel](https://modelparams.dev/parameters/generationconfig-thinkingconfig-thinkinglevel): Thinking level — default, range, and the 8 models that accept it. - [reasoning_split](https://modelparams.dev/parameters/reasoning_split): Split reasoning — default, range, and the 8 models that accept it. - [extra_body.chat_template_kwargs.enable_thinking](https://modelparams.dev/parameters/extra_body-chat_template_kwargs-enable_thinking): Enable thinking — default, range, and the 5 models that accept it. - [extra_body.enable_thinking](https://modelparams.dev/parameters/extra_body-enable_thinking): Enable thinking — default, range, and the 4 models that accept it. - [extra_body.thinking_budget](https://modelparams.dev/parameters/extra_body-thinking_budget): Thinking budget — default, range, and the 4 models that accept it. - [reasoning_budget](https://modelparams.dev/parameters/reasoning_budget): Reasoning budget — default, range, and the 3 models that accept it. - [prompt_mode](https://modelparams.dev/parameters/prompt_mode): Prompt mode — default, range, and the 2 models that accept it. - [clear_thinking](https://modelparams.dev/parameters/clear_thinking): Clear thinking — default, range, and the 1 model that accept it. - [reasoning_format](https://modelparams.dev/parameters/reasoning_format): Reasoning format — default, range, and the 1 model that accept it. - [separate_reasoning](https://modelparams.dev/parameters/separate_reasoning): Separate reasoning — default, range, and the 1 model that accept it. - [thinking.token_budget](https://modelparams.dev/parameters/thinking-token_budget): Thinking token budget — default, range, and the 1 model that accept it. - [tool_choice](https://modelparams.dev/parameters/tool_choice): Tool choice — default, range, and the 12 models that accept it. - [response_format.type](https://modelparams.dev/parameters/response_format-type): Response format — default, range, and the 75 models that accept it. - [generationConfig.responseMimeType](https://modelparams.dev/parameters/generationconfig-responsemimetype): Response MIME type — default, range, and the 15 models that accept it. - [text.verbosity](https://modelparams.dev/parameters/text-verbosity): Verbosity — default, range, and the 14 models that accept it. - [text.format.type](https://modelparams.dev/parameters/text-format-type): Text format — default, range, and the 1 model that accept it. - [logprobs](https://modelparams.dev/parameters/logprobs): Log probabilities — default, range, and the 8 models that accept it. - [safe_prompt](https://modelparams.dev/parameters/safe_prompt): Safe prompt — default, range, and the 14 models that accept it. - [safety_mode](https://modelparams.dev/parameters/safety_mode): Safety mode — default, range, and the 8 models that accept it. - [return_images](https://modelparams.dev/parameters/return_images): Return images — default, range, and the 4 models that accept it. - [return_related_questions](https://modelparams.dev/parameters/return_related_questions): Return related questions — default, range, and the 4 models that accept it. - [search_after_date_filter](https://modelparams.dev/parameters/search_after_date_filter): Search after date — default, range, and the 4 models that accept it. - [search_before_date_filter](https://modelparams.dev/parameters/search_before_date_filter): Search before date — default, range, and the 4 models that accept it. - [search_domain_filter](https://modelparams.dev/parameters/search_domain_filter): Search domain filter — default, range, and the 4 models that accept it. - [search_mode](https://modelparams.dev/parameters/search_mode): Search mode — default, range, and the 4 models that accept it. - [search_recency_filter](https://modelparams.dev/parameters/search_recency_filter): Search recency filter — default, range, and the 4 models that accept it. - [web_search_options.search_context_size](https://modelparams.dev/parameters/web_search_options-search_context_size): Search context size — default, range, and the 4 models that accept it. - [disable_search](https://modelparams.dev/parameters/disable_search): Disable search — default, range, and the 3 models that accept it. - [chunk_length](https://modelparams.dev/parameters/chunk_length): Chunk length — default, range, and the 1 model that accept it. - [expert_type](https://modelparams.dev/parameters/expert_type): Expert type — default, range, and the 1 model that accept it. - [flat_ner](https://modelparams.dev/parameters/flat_ner): Flat NER — default, range, and the 1 model that accept it. - [overlap](https://modelparams.dev/parameters/overlap): Overlap — default, range, and the 1 model that accept it. ## Models - [alibaba/qwen-flash](https://modelparams.dev/api/v1/models/alibaba/qwen-flash.json): Alibaba Qwen Flash — 5 parameters. - [alibaba/qwen-plus](https://modelparams.dev/api/v1/models/alibaba/qwen-plus.json): Alibaba Qwen Plus — 5 parameters. - [alibaba/qwen3-coder-flash](https://modelparams.dev/api/v1/models/alibaba/qwen3-coder-flash.json): Alibaba Qwen3 Coder Flash — 4 parameters. - [alibaba/qwen3-coder-plus](https://modelparams.dev/api/v1/models/alibaba/qwen3-coder-plus.json): Alibaba Qwen3 Coder Plus — 4 parameters. - [alibaba/qwen3-max](https://modelparams.dev/api/v1/models/alibaba/qwen3-max.json): Alibaba Qwen3 Max — 5 parameters. - [alibaba/qwen3.5](https://modelparams.dev/api/v1/models/alibaba/qwen3.5.json): Alibaba Qwen3.5 — 5 parameters. - [alibaba/qwen3.5-flash](https://modelparams.dev/api/v1/models/alibaba/qwen3.5-flash.json): Alibaba Qwen3.5 Flash — 5 parameters. - [alibaba/qwen3.6-flash](https://modelparams.dev/api/v1/models/alibaba/qwen3.6-flash.json): Alibaba Qwen3.6 Flash — 6 parameters. - [alibaba/qwen3.7-max](https://modelparams.dev/api/v1/models/alibaba/qwen3.7-max.json): Alibaba Qwen3.7 Max — 6 parameters. - [alibaba/qwen3.7-plus](https://modelparams.dev/api/v1/models/alibaba/qwen3.7-plus.json): Alibaba Qwen3.7 Plus — 6 parameters. - [alibaba/qwen3.8-max](https://modelparams.dev/api/v1/models/alibaba/qwen3.8-max.json): Alibaba Qwen3.8 Max — 6 parameters. - [alibaba/qwq-plus](https://modelparams.dev/api/v1/models/alibaba/qwq-plus.json): Alibaba QwQ Plus — 4 parameters. - [anthropic/claude-3-5-haiku-20241022](https://modelparams.dev/api/v1/models/anthropic/claude-3-5-haiku-20241022.json): Anthropic Claude 3.5 Haiku 20241022 — 4 parameters. - [anthropic/claude-3-5-haiku-latest](https://modelparams.dev/api/v1/models/anthropic/claude-3-5-haiku-latest.json): Anthropic Claude 3.5 Haiku Latest — 4 parameters. - [anthropic/claude-3-5-sonnet-20241022](https://modelparams.dev/api/v1/models/anthropic/claude-3-5-sonnet-20241022.json): Anthropic Claude 3.5 Sonnet 20241022 — 4 parameters. - [anthropic/claude-3-5-sonnet-latest](https://modelparams.dev/api/v1/models/anthropic/claude-3-5-sonnet-latest.json): Anthropic Claude 3.5 Sonnet Latest — 4 parameters. - [anthropic/claude-3-7-sonnet-20250219](https://modelparams.dev/api/v1/models/anthropic/claude-3-7-sonnet-20250219.json): Anthropic Claude 3.7 Sonnet 20250219 — 6 parameters. - [anthropic/claude-3-7-sonnet-latest](https://modelparams.dev/api/v1/models/anthropic/claude-3-7-sonnet-latest.json): Anthropic Claude 3.7 Sonnet Latest — 6 parameters. - [anthropic/claude-3-opus-20240229](https://modelparams.dev/api/v1/models/anthropic/claude-3-opus-20240229.json): Anthropic Claude 3 Opus 20240229 — 4 parameters. - [anthropic/claude-3-opus-latest](https://modelparams.dev/api/v1/models/anthropic/claude-3-opus-latest.json): Anthropic Claude 3 Opus Latest — 4 parameters. - [anthropic/claude-fable-5](https://modelparams.dev/api/v1/models/anthropic/claude-fable-5.json): Anthropic Claude Fable 5 — 4 parameters. - [anthropic/claude-fable-5-subscription](https://modelparams.dev/api/v1/models/anthropic/claude-fable-5-subscription.json): Anthropic Claude Fable 5 (Subscription) — 4 parameters. - [anthropic/claude-haiku-4](https://modelparams.dev/api/v1/models/anthropic/claude-haiku-4.json): Anthropic Claude Haiku 4 — 6 parameters. - [anthropic/claude-haiku-4-5](https://modelparams.dev/api/v1/models/anthropic/claude-haiku-4-5.json): Anthropic Claude Haiku 4.5 — 6 parameters. - [anthropic/claude-haiku-4-5-20251001](https://modelparams.dev/api/v1/models/anthropic/claude-haiku-4-5-20251001.json): Anthropic Claude Haiku 4.5 20251001 — 6 parameters. - [anthropic/claude-haiku-4-5-20251001-subscription](https://modelparams.dev/api/v1/models/anthropic/claude-haiku-4-5-20251001-subscription.json): Anthropic Claude Haiku 4.5 20251001 (Subscription) — 6 parameters. - [anthropic/claude-haiku-4-5-subscription](https://modelparams.dev/api/v1/models/anthropic/claude-haiku-4-5-subscription.json): Anthropic Claude Haiku 4.5 (Subscription) — 6 parameters. - [anthropic/claude-haiku-4-subscription](https://modelparams.dev/api/v1/models/anthropic/claude-haiku-4-subscription.json): Anthropic Claude Haiku 4 (Subscription) — 6 parameters. - [anthropic/claude-opus-4-1-20250805](https://modelparams.dev/api/v1/models/anthropic/claude-opus-4-1-20250805.json): Anthropic Claude Opus 4.1 20250805 — 7 parameters. - [anthropic/claude-opus-4-1-20250805-subscription](https://modelparams.dev/api/v1/models/anthropic/claude-opus-4-1-20250805-subscription.json): Anthropic Claude Opus 4.1 20250805 (Subscription) — 7 parameters. - [anthropic/claude-opus-4-20250514](https://modelparams.dev/api/v1/models/anthropic/claude-opus-4-20250514.json): Anthropic Claude Opus 4 20250514 — 7 parameters. - [anthropic/claude-opus-4-20250514-subscription](https://modelparams.dev/api/v1/models/anthropic/claude-opus-4-20250514-subscription.json): Anthropic Claude Opus 4 20250514 (Subscription) — 7 parameters. - [anthropic/claude-opus-4-5-20251101](https://modelparams.dev/api/v1/models/anthropic/claude-opus-4-5-20251101.json): Anthropic Claude Opus 4.5 20251101 — 8 parameters. - [anthropic/claude-opus-4-5-20251101-subscription](https://modelparams.dev/api/v1/models/anthropic/claude-opus-4-5-20251101-subscription.json): Anthropic Claude Opus 4.5 20251101 (Subscription) — 8 parameters. - [anthropic/claude-opus-4-6](https://modelparams.dev/api/v1/models/anthropic/claude-opus-4-6.json): Anthropic Claude Opus 4.6 — 8 parameters. - [anthropic/claude-opus-4-6-subscription](https://modelparams.dev/api/v1/models/anthropic/claude-opus-4-6-subscription.json): Anthropic Claude Opus 4.6 (Subscription) — 8 parameters. - [anthropic/claude-opus-4-7](https://modelparams.dev/api/v1/models/anthropic/claude-opus-4-7.json): Anthropic Claude Opus 4.7 — 4 parameters. - [anthropic/claude-opus-4-7-subscription](https://modelparams.dev/api/v1/models/anthropic/claude-opus-4-7-subscription.json): Anthropic Claude Opus 4.7 (Subscription) — 4 parameters. - [anthropic/claude-opus-4-8](https://modelparams.dev/api/v1/models/anthropic/claude-opus-4-8.json): Anthropic Claude Opus 4.8 — 4 parameters. - [anthropic/claude-opus-4-8-subscription](https://modelparams.dev/api/v1/models/anthropic/claude-opus-4-8-subscription.json): Anthropic Claude Opus 4.8 (Subscription) — 4 parameters. - [anthropic/claude-opus-4-subscription](https://modelparams.dev/api/v1/models/anthropic/claude-opus-4-subscription.json): Anthropic Claude Opus 4 (Subscription) — 6 parameters. - [anthropic/claude-opus-5](https://modelparams.dev/api/v1/models/anthropic/claude-opus-5.json): Anthropic Claude Opus 5 — 4 parameters. - [anthropic/claude-opus-5-subscription](https://modelparams.dev/api/v1/models/anthropic/claude-opus-5-subscription.json): Anthropic Claude Opus 5 (Subscription) — 4 parameters. - [anthropic/claude-sonnet-4-20250514](https://modelparams.dev/api/v1/models/anthropic/claude-sonnet-4-20250514.json): Anthropic Claude Sonnet 4 20250514 — 7 parameters. - [anthropic/claude-sonnet-4-20250514-subscription](https://modelparams.dev/api/v1/models/anthropic/claude-sonnet-4-20250514-subscription.json): Anthropic Claude Sonnet 4 20250514 (Subscription) — 7 parameters. - [anthropic/claude-sonnet-4-5](https://modelparams.dev/api/v1/models/anthropic/claude-sonnet-4-5.json): Anthropic Claude Sonnet 4.5 — 6 parameters. - [anthropic/claude-sonnet-4-5-20250929](https://modelparams.dev/api/v1/models/anthropic/claude-sonnet-4-5-20250929.json): Anthropic Claude Sonnet 4.5 20250929 — 6 parameters. - [anthropic/claude-sonnet-4-5-20250929-subscription](https://modelparams.dev/api/v1/models/anthropic/claude-sonnet-4-5-20250929-subscription.json): Anthropic Claude Sonnet 4.5 20250929 (Subscription) — 6 parameters. - [anthropic/claude-sonnet-4-5-subscription](https://modelparams.dev/api/v1/models/anthropic/claude-sonnet-4-5-subscription.json): Anthropic Claude Sonnet 4.5 (Subscription) — 6 parameters. - [anthropic/claude-sonnet-4-6](https://modelparams.dev/api/v1/models/anthropic/claude-sonnet-4-6.json): Anthropic Claude Sonnet 4.6 — 8 parameters. - [anthropic/claude-sonnet-4-6-subscription](https://modelparams.dev/api/v1/models/anthropic/claude-sonnet-4-6-subscription.json): Anthropic Claude Sonnet 4.6 (Subscription) — 8 parameters. - [anthropic/claude-sonnet-4-subscription](https://modelparams.dev/api/v1/models/anthropic/claude-sonnet-4-subscription.json): Anthropic Claude Sonnet 4 (Subscription) — 6 parameters. - [anthropic/claude-sonnet-5](https://modelparams.dev/api/v1/models/anthropic/claude-sonnet-5.json): Anthropic Claude Sonnet 5 — 7 parameters. - [cerebras/zai-glm-4.7](https://modelparams.dev/api/v1/models/cerebras/zai-glm-4.7.json): Cerebras Zai GLM-4.7 — 10 parameters. - [cohere/command-a-03-2025](https://modelparams.dev/api/v1/models/cohere/command-a-03-2025.json): Cohere Command A 03 2025 — 12 parameters. - [cohere/command-a-plus-05-2026](https://modelparams.dev/api/v1/models/cohere/command-a-plus-05-2026.json): Cohere Command A Plus 05 2026 — 12 parameters. - [cohere/command-a-reasoning-08-2025](https://modelparams.dev/api/v1/models/cohere/command-a-reasoning-08-2025.json): Cohere Command A Reasoning 08 2025 — 14 parameters. - [cohere/command-a-translate-08-2025](https://modelparams.dev/api/v1/models/cohere/command-a-translate-08-2025.json): Cohere Command A Translate 08 2025 — 12 parameters. - [cohere/command-a-vision-07-2025](https://modelparams.dev/api/v1/models/cohere/command-a-vision-07-2025.json): Cohere Command A Vision 07 2025 — 12 parameters. - [cohere/command-r-08-2024](https://modelparams.dev/api/v1/models/cohere/command-r-08-2024.json): Cohere Command R 08 2024 — 11 parameters. - [cohere/command-r-plus-08-2024](https://modelparams.dev/api/v1/models/cohere/command-r-plus-08-2024.json): Cohere Command R Plus 08 2024 — 11 parameters. - [cohere/command-r7b-12-2024](https://modelparams.dev/api/v1/models/cohere/command-r7b-12-2024.json): Cohere Command R7B 12 2024 — 12 parameters. - [deepseek/deepseek-chat](https://modelparams.dev/api/v1/models/deepseek/deepseek-chat.json): DeepSeek Chat — 4 parameters. - [deepseek/deepseek-reasoner](https://modelparams.dev/api/v1/models/deepseek/deepseek-reasoner.json): DeepSeek Reasoner — 5 parameters. - [deepseek/deepseek-v4-flash](https://modelparams.dev/api/v1/models/deepseek/deepseek-v4-flash.json): DeepSeek-V4 Flash — 5 parameters. - [deepseek/deepseek-v4-pro](https://modelparams.dev/api/v1/models/deepseek/deepseek-v4-pro.json): DeepSeek-V4 Pro — 5 parameters. - [google/gemini-2.5-flash](https://modelparams.dev/api/v1/models/google/gemini-2.5-flash.json): Google Gemini 2.5 Flash — 8 parameters. - [google/gemini-2.5-flash-lite](https://modelparams.dev/api/v1/models/google/gemini-2.5-flash-lite.json): Google Gemini 2.5 Flash Lite — 8 parameters. - [google/gemini-2.5-flash-lite-subscription](https://modelparams.dev/api/v1/models/google/gemini-2.5-flash-lite-subscription.json): Google Gemini 2.5 Flash Lite (Subscription) — 8 parameters. - [google/gemini-2.5-flash-subscription](https://modelparams.dev/api/v1/models/google/gemini-2.5-flash-subscription.json): Google Gemini 2.5 Flash (Subscription) — 8 parameters. - [google/gemini-2.5-pro](https://modelparams.dev/api/v1/models/google/gemini-2.5-pro.json): Google Gemini 2.5 Pro — 8 parameters. - [google/gemini-2.5-pro-subscription](https://modelparams.dev/api/v1/models/google/gemini-2.5-pro-subscription.json): Google Gemini 2.5 Pro (Subscription) — 8 parameters. - [google/gemini-3-flash-preview-subscription](https://modelparams.dev/api/v1/models/google/gemini-3-flash-preview-subscription.json): Google Gemini 3 Flash Preview (Subscription) — 8 parameters. - [google/gemini-3.1-flash-lite](https://modelparams.dev/api/v1/models/google/gemini-3.1-flash-lite.json): Google Gemini 3.1 Flash Lite — 8 parameters. - [google/gemini-3.1-flash-lite-preview-subscription](https://modelparams.dev/api/v1/models/google/gemini-3.1-flash-lite-preview-subscription.json): Google Gemini 3.1 Flash Lite Preview (Subscription) — 8 parameters. - [google/gemini-3.1-flash-lite-subscription](https://modelparams.dev/api/v1/models/google/gemini-3.1-flash-lite-subscription.json): Google Gemini 3.1 Flash Lite (Subscription) — 8 parameters. - [google/gemini-3.1-pro-preview-subscription](https://modelparams.dev/api/v1/models/google/gemini-3.1-pro-preview-subscription.json): Google Gemini 3.1 Pro Preview (Subscription) — 8 parameters. - [google/gemini-3.5-flash](https://modelparams.dev/api/v1/models/google/gemini-3.5-flash.json): Google Gemini 3.5 Flash — 8 parameters. - [google/gemini-flash-latest](https://modelparams.dev/api/v1/models/google/gemini-flash-latest.json): Google Gemini Flash Latest — 8 parameters. - [google/gemma-3-12b-it](https://modelparams.dev/api/v1/models/google/gemma-3-12b-it.json): Google Gemma 3 12B IT — 4 parameters. - [google/gemma-3-1b-it](https://modelparams.dev/api/v1/models/google/gemma-3-1b-it.json): Google Gemma 3 1B IT — 4 parameters. - [google/gemma-3-27b-it](https://modelparams.dev/api/v1/models/google/gemma-3-27b-it.json): Google Gemma 3 27B IT — 4 parameters. - [google/gemma-3-4b-it](https://modelparams.dev/api/v1/models/google/gemma-3-4b-it.json): Google Gemma 3 4B IT — 4 parameters. - [google/gemma-3n-E2B-it](https://modelparams.dev/api/v1/models/google/gemma-3n-E2B-it.json): Google Gemma 3n E2B IT — 4 parameters. - [google/gemma-3n-E4B-it](https://modelparams.dev/api/v1/models/google/gemma-3n-E4B-it.json): Google Gemma 3n E4B IT — 4 parameters. - [google/gemma-4-12B-it](https://modelparams.dev/api/v1/models/google/gemma-4-12B-it.json): Google Gemma 4 12B IT — 4 parameters. - [google/gemma-4-26b-a4b-it](https://modelparams.dev/api/v1/models/google/gemma-4-26b-a4b-it.json): Google Gemma 4 26B A4B IT — 9 parameters. - [google/gemma-4-31b-it](https://modelparams.dev/api/v1/models/google/gemma-4-31b-it.json): Google Gemma 4 31B IT — 9 parameters. - [google/gemma-4-E2B-it](https://modelparams.dev/api/v1/models/google/gemma-4-E2B-it.json): Google Gemma 4 E2B IT — 4 parameters. - [google/gemma-4-E4B-it](https://modelparams.dev/api/v1/models/google/gemma-4-E4B-it.json): Google Gemma 4 E4B IT — 4 parameters. - [groq/qwen3-32b](https://modelparams.dev/api/v1/models/groq/qwen3-32b.json): Groq Qwen3 32B — 10 parameters. - [meta/Llama-3.3-70B-Instruct](https://modelparams.dev/api/v1/models/meta/Llama-3.3-70B-Instruct.json): Meta Llama 3.3 70B Instruct — 7 parameters. - [meta/Llama-3.3-8B-Instruct](https://modelparams.dev/api/v1/models/meta/Llama-3.3-8B-Instruct.json): Meta Llama 3.3 8B Instruct — 7 parameters. - [meta/Llama-4-Maverick-17B-128E-Instruct-FP8](https://modelparams.dev/api/v1/models/meta/Llama-4-Maverick-17B-128E-Instruct-FP8.json): Meta Llama 4 Maverick 17B 128E Instruct FP8 — 7 parameters. - [meta/Llama-4-Scout-17B-16E-Instruct-FP8](https://modelparams.dev/api/v1/models/meta/Llama-4-Scout-17B-16E-Instruct-FP8.json): Meta Llama 4 Scout 17B 16E Instruct FP8 — 7 parameters. - [minimax/minimax-m2](https://modelparams.dev/api/v1/models/minimax/minimax-m2.json): MiniMax M2 — 4 parameters. - [minimax/MiniMax-M2-subscription](https://modelparams.dev/api/v1/models/minimax/MiniMax-M2-subscription.json): MiniMax M2 (Subscription) — 3 parameters. - [minimax/minimax-m2.1](https://modelparams.dev/api/v1/models/minimax/minimax-m2.1.json): MiniMax M2.1 — 4 parameters. - [minimax/minimax-m2.1-highspeed](https://modelparams.dev/api/v1/models/minimax/minimax-m2.1-highspeed.json): MiniMax M2.1 Highspeed — 4 parameters. - [minimax/MiniMax-M2.1-highspeed-subscription](https://modelparams.dev/api/v1/models/minimax/MiniMax-M2.1-highspeed-subscription.json): MiniMax M2.1 Highspeed (Subscription) — 3 parameters. - [minimax/MiniMax-M2.1-subscription](https://modelparams.dev/api/v1/models/minimax/MiniMax-M2.1-subscription.json): MiniMax M2.1 (Subscription) — 3 parameters. - [minimax/minimax-m2.5](https://modelparams.dev/api/v1/models/minimax/minimax-m2.5.json): MiniMax M2.5 — 4 parameters. - [minimax/minimax-m2.5-highspeed](https://modelparams.dev/api/v1/models/minimax/minimax-m2.5-highspeed.json): MiniMax M2.5 Highspeed — 4 parameters. - [minimax/MiniMax-M2.5-highspeed-subscription](https://modelparams.dev/api/v1/models/minimax/MiniMax-M2.5-highspeed-subscription.json): MiniMax M2.5 Highspeed (Subscription) — 3 parameters. - [minimax/MiniMax-M2.5-subscription](https://modelparams.dev/api/v1/models/minimax/MiniMax-M2.5-subscription.json): MiniMax M2.5 (Subscription) — 3 parameters. - [minimax/minimax-m2.7](https://modelparams.dev/api/v1/models/minimax/minimax-m2.7.json): MiniMax M2.7 — 4 parameters. - [minimax/minimax-m2.7-highspeed](https://modelparams.dev/api/v1/models/minimax/minimax-m2.7-highspeed.json): MiniMax M2.7 Highspeed — 4 parameters. - [minimax/MiniMax-M2.7-highspeed-subscription](https://modelparams.dev/api/v1/models/minimax/MiniMax-M2.7-highspeed-subscription.json): MiniMax M2.7 Highspeed (Subscription) — 3 parameters. - [minimax/MiniMax-M2.7-subscription](https://modelparams.dev/api/v1/models/minimax/MiniMax-M2.7-subscription.json): MiniMax M2.7 (Subscription) — 3 parameters. - [minimax/minimax-m3](https://modelparams.dev/api/v1/models/minimax/minimax-m3.json): MiniMax M3 — 4 parameters. - [minimax/MiniMax-M3-subscription](https://modelparams.dev/api/v1/models/minimax/MiniMax-M3-subscription.json): MiniMax M3 (Subscription) — 3 parameters. - [mistral/codestral-2508](https://modelparams.dev/api/v1/models/mistral/codestral-2508.json): Mistral Codestral 2508 — 9 parameters. - [mistral/codestral-latest](https://modelparams.dev/api/v1/models/mistral/codestral-latest.json): Mistral Codestral Latest — 9 parameters. - [mistral/devstral-2512](https://modelparams.dev/api/v1/models/mistral/devstral-2512.json): Mistral Devstral 2512 — 9 parameters. - [mistral/devstral-latest](https://modelparams.dev/api/v1/models/mistral/devstral-latest.json): Mistral Devstral Latest — 9 parameters. - [mistral/magistral-medium-latest](https://modelparams.dev/api/v1/models/mistral/magistral-medium-latest.json): Mistral Magistral Medium Latest — 10 parameters. - [mistral/magistral-small-latest](https://modelparams.dev/api/v1/models/mistral/magistral-small-latest.json): Mistral Magistral Small Latest — 10 parameters. - [mistral/ministral-14b-latest](https://modelparams.dev/api/v1/models/mistral/ministral-14b-latest.json): Mistral Ministral 14B Latest — 9 parameters. - [mistral/ministral-3b-latest](https://modelparams.dev/api/v1/models/mistral/ministral-3b-latest.json): Mistral Ministral 3B Latest — 9 parameters. - [mistral/ministral-8b-latest](https://modelparams.dev/api/v1/models/mistral/ministral-8b-latest.json): Mistral Ministral 8B Latest — 9 parameters. - [mistral/mistral-large-latest](https://modelparams.dev/api/v1/models/mistral/mistral-large-latest.json): Mistral Large Latest — 9 parameters. - [mistral/mistral-medium-3.5](https://modelparams.dev/api/v1/models/mistral/mistral-medium-3.5.json): Mistral Medium 3.5 — 9 parameters. - [mistral/mistral-medium-latest](https://modelparams.dev/api/v1/models/mistral/mistral-medium-latest.json): Mistral Medium Latest — 9 parameters. - [mistral/mistral-small-latest](https://modelparams.dev/api/v1/models/mistral/mistral-small-latest.json): Mistral Small Latest — 9 parameters. - [mistral/open-mistral-nemo](https://modelparams.dev/api/v1/models/mistral/open-mistral-nemo.json): Mistral NeMo — 9 parameters. - [moonshot/kimi-k2.5](https://modelparams.dev/api/v1/models/moonshot/kimi-k2.5.json): Moonshot AI Kimi K2.5 — 3 parameters. - [moonshot/kimi-k2.6](https://modelparams.dev/api/v1/models/moonshot/kimi-k2.6.json): Moonshot AI Kimi K2.6 — 3 parameters. - [moonshot/kimi-k2.6-subscription](https://modelparams.dev/api/v1/models/moonshot/kimi-k2.6-subscription.json): Moonshot AI Kimi K2.6 (Subscription) — 3 parameters. - [moonshot/kimi-k2.7-code](https://modelparams.dev/api/v1/models/moonshot/kimi-k2.7-code.json): Moonshot AI Kimi K2.7 Code — 2 parameters. - [moonshot/kimi-k2.7-code-highspeed](https://modelparams.dev/api/v1/models/moonshot/kimi-k2.7-code-highspeed.json): Moonshot AI Kimi K2.7 Code Highspeed — 2 parameters. - [moonshot/kimi-k2.7-code-highspeed-subscription](https://modelparams.dev/api/v1/models/moonshot/kimi-k2.7-code-highspeed-subscription.json): Moonshot AI Kimi K2.7 Code Highspeed (Subscription) — 2 parameters. - [moonshot/kimi-k2.7-code-subscription](https://modelparams.dev/api/v1/models/moonshot/kimi-k2.7-code-subscription.json): Moonshot AI Kimi K2.7 Code (Subscription) — 2 parameters. - [moonshot/kimi-k3](https://modelparams.dev/api/v1/models/moonshot/kimi-k3.json): Moonshot AI Kimi K3 — 3 parameters. - [moonshot/moonshot-v1-128k](https://modelparams.dev/api/v1/models/moonshot/moonshot-v1-128k.json): Moonshot AI Moonshot v1 128K — 7 parameters. - [moonshot/moonshot-v1-32k](https://modelparams.dev/api/v1/models/moonshot/moonshot-v1-32k.json): Moonshot AI Moonshot v1 32K — 7 parameters. - [moonshot/moonshot-v1-8k](https://modelparams.dev/api/v1/models/moonshot/moonshot-v1-8k.json): Moonshot AI Moonshot v1 8K — 7 parameters. - [nvidia/gliner-pii](https://modelparams.dev/api/v1/models/nvidia/gliner-pii.json): NVIDIA GLiNER PII — 4 parameters. - [nvidia/llama-3.1-nemoguard-8b-topic-control](https://modelparams.dev/api/v1/models/nvidia/llama-3.1-nemoguard-8b-topic-control.json): NVIDIA Llama 3.1 NemoGuard 8B Topic Control — 6 parameters. - [nvidia/llama-3.1-nemotron-nano-8b-v1](https://modelparams.dev/api/v1/models/nvidia/llama-3.1-nemotron-nano-8b-v1.json): NVIDIA Llama 3.1 Nemotron Nano 8B v1 — 7 parameters. - [nvidia/llama-3.1-nemotron-safety-guard-8b-v3](https://modelparams.dev/api/v1/models/nvidia/llama-3.1-nemotron-safety-guard-8b-v3.json): NVIDIA Llama 3.1 Nemotron Safety Guard 8B v3 — 1 parameter. - [nvidia/llama-3.1-nemotron-ultra-253b-v1](https://modelparams.dev/api/v1/models/nvidia/llama-3.1-nemotron-ultra-253b-v1.json): NVIDIA Llama 3.1 Nemotron Ultra 253B v1 — 7 parameters. - [nvidia/llama-3.3-nemotron-super-49b-v1](https://modelparams.dev/api/v1/models/nvidia/llama-3.3-nemotron-super-49b-v1.json): NVIDIA Llama 3.3 Nemotron Super 49B v1 — 7 parameters. - [nvidia/llama-3.3-nemotron-super-49b-v1.5](https://modelparams.dev/api/v1/models/nvidia/llama-3.3-nemotron-super-49b-v1.5.json): NVIDIA Llama 3.3 Nemotron Super 49B v1.5 — 7 parameters. - [nvidia/nemoguard-jailbreak-detect](https://modelparams.dev/api/v1/models/nvidia/nemoguard-jailbreak-detect.json): NVIDIA NemoGuard Jailbreak Detect — 0 parameters. - [nvidia/nemotron-3-nano-30b-a3b](https://modelparams.dev/api/v1/models/nvidia/nemotron-3-nano-30b-a3b.json): NVIDIA Nemotron 3 Nano 30B A3B — 5 parameters. - [nvidia/nemotron-3-super-120b-a12b](https://modelparams.dev/api/v1/models/nvidia/nemotron-3-super-120b-a12b.json): NVIDIA Nemotron 3 Super 120B A12B — 7 parameters. - [nvidia/nemotron-3-ultra-550b-a55b](https://modelparams.dev/api/v1/models/nvidia/nemotron-3-ultra-550b-a55b.json): NVIDIA Nemotron 3 Ultra 550B A55B — 7 parameters. - [nvidia/nemotron-3-ultra-subscription](https://modelparams.dev/api/v1/models/nvidia/nemotron-3-ultra-subscription.json): NVIDIA Nemotron 3 Ultra (Subscription) — 6 parameters. - [nvidia/nemotron-content-safety-reasoning-4b](https://modelparams.dev/api/v1/models/nvidia/nemotron-content-safety-reasoning-4b.json): NVIDIA Nemotron Content Safety Reasoning 4B — 5 parameters. - [nvidia/nemotron-mini-4b-instruct](https://modelparams.dev/api/v1/models/nvidia/nemotron-mini-4b-instruct.json): NVIDIA Nemotron Mini 4B Instruct — 6 parameters. - [nvidia/riva-translate-4b-instruct-v1.1](https://modelparams.dev/api/v1/models/nvidia/riva-translate-4b-instruct-v1.1.json): NVIDIA Riva Translate 4B Instruct v1.1 — 6 parameters. - [nvidia/usdcode-llama-3.1-70b-instruct](https://modelparams.dev/api/v1/models/nvidia/usdcode-llama-3.1-70b-instruct.json): NVIDIA USDCode Llama 3.1 70B Instruct — 4 parameters. - [openai/chatgpt-4o-latest](https://modelparams.dev/api/v1/models/openai/chatgpt-4o-latest.json): OpenAI ChatGPT 4o Latest — 3 parameters. - [openai/gpt-3.5-turbo](https://modelparams.dev/api/v1/models/openai/gpt-3.5-turbo.json): OpenAI GPT-3.5 Turbo — 3 parameters. - [openai/gpt-4-turbo](https://modelparams.dev/api/v1/models/openai/gpt-4-turbo.json): OpenAI GPT-4 Turbo — 3 parameters. - [openai/gpt-4-turbo-2024-04-09](https://modelparams.dev/api/v1/models/openai/gpt-4-turbo-2024-04-09.json): OpenAI GPT-4 Turbo 2024-04-09 — 3 parameters. - [openai/gpt-4.1](https://modelparams.dev/api/v1/models/openai/gpt-4.1.json): OpenAI GPT-4.1 — 3 parameters. - [openai/gpt-4.1-mini](https://modelparams.dev/api/v1/models/openai/gpt-4.1-mini.json): OpenAI GPT-4.1 Mini — 3 parameters. - [openai/gpt-4.1-nano](https://modelparams.dev/api/v1/models/openai/gpt-4.1-nano.json): OpenAI GPT-4.1 Nano — 3 parameters. - [openai/gpt-4o](https://modelparams.dev/api/v1/models/openai/gpt-4o.json): OpenAI GPT-4o — 3 parameters. - [openai/gpt-4o-2024-11-20](https://modelparams.dev/api/v1/models/openai/gpt-4o-2024-11-20.json): OpenAI GPT-4o 2024-11-20 — 3 parameters. - [openai/gpt-4o-mini](https://modelparams.dev/api/v1/models/openai/gpt-4o-mini.json): OpenAI GPT-4o mini — 3 parameters. - [openai/gpt-5](https://modelparams.dev/api/v1/models/openai/gpt-5.json): OpenAI GPT-5 — 2 parameters. - [openai/gpt-5-chat-latest](https://modelparams.dev/api/v1/models/openai/gpt-5-chat-latest.json): OpenAI GPT-5 Chat Latest — 1 parameter. - [openai/gpt-5-mini](https://modelparams.dev/api/v1/models/openai/gpt-5-mini.json): OpenAI GPT-5 Mini — 2 parameters. - [openai/gpt-5-nano](https://modelparams.dev/api/v1/models/openai/gpt-5-nano.json): OpenAI GPT-5 Nano — 2 parameters. - [openai/gpt-5.1](https://modelparams.dev/api/v1/models/openai/gpt-5.1.json): OpenAI GPT-5.1 — 2 parameters. - [openai/gpt-5.1-codex-max-subscription](https://modelparams.dev/api/v1/models/openai/gpt-5.1-codex-max-subscription.json): OpenAI GPT-5.1 Codex Max (Subscription) — 3 parameters. - [openai/gpt-5.1-codex-subscription](https://modelparams.dev/api/v1/models/openai/gpt-5.1-codex-subscription.json): OpenAI GPT-5.1 Codex (Subscription) — 3 parameters. - [openai/gpt-5.2](https://modelparams.dev/api/v1/models/openai/gpt-5.2.json): OpenAI GPT-5.2 — 2 parameters. - [openai/gpt-5.2-codex-subscription](https://modelparams.dev/api/v1/models/openai/gpt-5.2-codex-subscription.json): OpenAI GPT-5.2 Codex (Subscription) — 3 parameters. - [openai/gpt-5.2-subscription](https://modelparams.dev/api/v1/models/openai/gpt-5.2-subscription.json): OpenAI GPT-5.2 (Subscription) — 3 parameters. - [openai/gpt-5.3-codex](https://modelparams.dev/api/v1/models/openai/gpt-5.3-codex.json): OpenAI GPT-5.3 Codex — 2 parameters. - [openai/gpt-5.3-codex-spark-subscription](https://modelparams.dev/api/v1/models/openai/gpt-5.3-codex-spark-subscription.json): OpenAI GPT-5.3 Codex Spark (Subscription) — 3 parameters. - [openai/gpt-5.3-codex-subscription](https://modelparams.dev/api/v1/models/openai/gpt-5.3-codex-subscription.json): OpenAI GPT-5.3 Codex (Subscription) — 3 parameters. - [openai/gpt-5.4](https://modelparams.dev/api/v1/models/openai/gpt-5.4.json): OpenAI GPT-5.4 — 2 parameters. - [openai/gpt-5.4-mini](https://modelparams.dev/api/v1/models/openai/gpt-5.4-mini.json): OpenAI GPT-5.4 Mini — 2 parameters. - [openai/gpt-5.4-mini-subscription](https://modelparams.dev/api/v1/models/openai/gpt-5.4-mini-subscription.json): OpenAI GPT-5.4 Mini (Subscription) — 3 parameters. - [openai/gpt-5.4-nano](https://modelparams.dev/api/v1/models/openai/gpt-5.4-nano.json): OpenAI GPT-5.4 Nano — 2 parameters. - [openai/gpt-5.4-pro](https://modelparams.dev/api/v1/models/openai/gpt-5.4-pro.json): OpenAI GPT-5.4 Pro — 2 parameters. - [openai/gpt-5.4-pro-subscription](https://modelparams.dev/api/v1/models/openai/gpt-5.4-pro-subscription.json): OpenAI GPT-5.4 Pro (Subscription) — 3 parameters. - [openai/gpt-5.4-subscription](https://modelparams.dev/api/v1/models/openai/gpt-5.4-subscription.json): OpenAI GPT-5.4 (Subscription) — 3 parameters. - [openai/gpt-5.5](https://modelparams.dev/api/v1/models/openai/gpt-5.5.json): OpenAI GPT-5.5 — 2 parameters. - [openai/gpt-5.5-pro](https://modelparams.dev/api/v1/models/openai/gpt-5.5-pro.json): OpenAI GPT-5.5 Pro — 2 parameters. - [openai/gpt-5.5-pro-subscription](https://modelparams.dev/api/v1/models/openai/gpt-5.5-pro-subscription.json): OpenAI GPT-5.5 Pro (Subscription) — 3 parameters. - [openai/gpt-5.5-subscription](https://modelparams.dev/api/v1/models/openai/gpt-5.5-subscription.json): OpenAI GPT-5.5 (Subscription) — 3 parameters. - [openai/gpt-5.6-luna](https://modelparams.dev/api/v1/models/openai/gpt-5.6-luna.json): OpenAI GPT-5.6 Luna — 2 parameters. - [openai/gpt-5.6-luna-subscription](https://modelparams.dev/api/v1/models/openai/gpt-5.6-luna-subscription.json): OpenAI GPT-5.6 Luna (Subscription) — 3 parameters. - [openai/gpt-5.6-sol](https://modelparams.dev/api/v1/models/openai/gpt-5.6-sol.json): OpenAI GPT-5.6 Sol — 2 parameters. - [openai/gpt-5.6-sol-subscription](https://modelparams.dev/api/v1/models/openai/gpt-5.6-sol-subscription.json): OpenAI GPT-5.6 Sol (Subscription) — 3 parameters. - [openai/gpt-5.6-terra](https://modelparams.dev/api/v1/models/openai/gpt-5.6-terra.json): OpenAI GPT-5.6 Terra — 2 parameters. - [openai/gpt-5.6-terra-subscription](https://modelparams.dev/api/v1/models/openai/gpt-5.6-terra-subscription.json): OpenAI GPT-5.6 Terra (Subscription) — 3 parameters. - [openai/gpt-oss-120b](https://modelparams.dev/api/v1/models/openai/gpt-oss-120b.json): OpenAI GPT-OSS 120B — 6 parameters. - [openai/gpt-oss-20b](https://modelparams.dev/api/v1/models/openai/gpt-oss-20b.json): OpenAI GPT-OSS 20B — 6 parameters. - [openai/gpt-oss-safeguard-120b](https://modelparams.dev/api/v1/models/openai/gpt-oss-safeguard-120b.json): OpenAI GPT-OSS Safeguard 120B — 4 parameters. - [openai/gpt-oss-safeguard-20b](https://modelparams.dev/api/v1/models/openai/gpt-oss-safeguard-20b.json): OpenAI GPT-OSS Safeguard 20B — 4 parameters. - [openai/o1](https://modelparams.dev/api/v1/models/openai/o1.json): OpenAI o1 — 2 parameters. - [openai/o1-mini](https://modelparams.dev/api/v1/models/openai/o1-mini.json): OpenAI o1-mini — 2 parameters. - [openai/o1-preview](https://modelparams.dev/api/v1/models/openai/o1-preview.json): OpenAI o1-preview — 2 parameters. - [openai/o3](https://modelparams.dev/api/v1/models/openai/o3.json): OpenAI o3 — 2 parameters. - [openai/o3-mini](https://modelparams.dev/api/v1/models/openai/o3-mini.json): OpenAI o3-mini — 2 parameters. - [openai/o3-pro](https://modelparams.dev/api/v1/models/openai/o3-pro.json): OpenAI o3-pro — 2 parameters. - [openai/o4-mini](https://modelparams.dev/api/v1/models/openai/o4-mini.json): OpenAI o4-mini — 2 parameters. - [perplexity/sonar](https://modelparams.dev/api/v1/models/perplexity/sonar.json): Perplexity Sonar — 12 parameters. - [perplexity/sonar-deep-research](https://modelparams.dev/api/v1/models/perplexity/sonar-deep-research.json): Perplexity Sonar Deep Research — 12 parameters. - [perplexity/sonar-pro](https://modelparams.dev/api/v1/models/perplexity/sonar-pro.json): Perplexity Sonar Pro — 12 parameters. - [perplexity/sonar-reasoning-pro](https://modelparams.dev/api/v1/models/perplexity/sonar-reasoning-pro.json): Perplexity Sonar Reasoning Pro — 12 parameters. - [thinking-machines/Inkling](https://modelparams.dev/api/v1/models/thinking-machines/Inkling.json): Thinking Machines Inkling — 5 parameters. - [xai/grok-4.20-0309-non-reasoning](https://modelparams.dev/api/v1/models/xai/grok-4.20-0309-non-reasoning.json): xAI Grok 4.20 0309 Non Reasoning — 6 parameters. - [xai/grok-4.20-0309-non-reasoning-subscription](https://modelparams.dev/api/v1/models/xai/grok-4.20-0309-non-reasoning-subscription.json): xAI Grok 4.20 0309 Non Reasoning (Subscription) — 6 parameters. - [xai/grok-4.20-0309-reasoning](https://modelparams.dev/api/v1/models/xai/grok-4.20-0309-reasoning.json): xAI Grok 4.20 0309 Reasoning — 5 parameters. - [xai/grok-4.20-0309-reasoning-subscription](https://modelparams.dev/api/v1/models/xai/grok-4.20-0309-reasoning-subscription.json): xAI Grok 4.20 0309 Reasoning (Subscription) — 5 parameters. - [xai/grok-4.20-multi-agent-0309](https://modelparams.dev/api/v1/models/xai/grok-4.20-multi-agent-0309.json): xAI Grok 4.20 Multi Agent 0309 — 5 parameters. - [xai/grok-4.3](https://modelparams.dev/api/v1/models/xai/grok-4.3.json): xAI Grok 4.3 — 6 parameters. - [xai/grok-4.3-subscription](https://modelparams.dev/api/v1/models/xai/grok-4.3-subscription.json): xAI Grok 4.3 (Subscription) — 6 parameters. - [xai/grok-4.5](https://modelparams.dev/api/v1/models/xai/grok-4.5.json): xAI Grok 4.5 — 6 parameters. - [xai/grok-4.5-subscription](https://modelparams.dev/api/v1/models/xai/grok-4.5-subscription.json): xAI Grok 4.5 (Subscription) — 6 parameters. - [xai/grok-build-0.1](https://modelparams.dev/api/v1/models/xai/grok-build-0.1.json): xAI Grok Build 0.1 — 5 parameters. - [xai/grok-build-0.1-subscription](https://modelparams.dev/api/v1/models/xai/grok-build-0.1-subscription.json): xAI Grok Build 0.1 (Subscription) — 5 parameters. - [xiaomi/mimo-v2.5](https://modelparams.dev/api/v1/models/xiaomi/mimo-v2.5.json): Xiaomi MiMo v2.5 — 5 parameters. - [xiaomi/mimo-v2.5-pro](https://modelparams.dev/api/v1/models/xiaomi/mimo-v2.5-pro.json): Xiaomi MiMo v2.5 Pro — 8 parameters. - [xiaomi/mimo-v2.5-subscription](https://modelparams.dev/api/v1/models/xiaomi/mimo-v2.5-subscription.json): Xiaomi MiMo v2.5 (Subscription) — 5 parameters. - [z-ai/glm-4.5](https://modelparams.dev/api/v1/models/z-ai/glm-4.5.json): Z.ai GLM-4.5 — 6 parameters. - [z-ai/glm-4.5-air](https://modelparams.dev/api/v1/models/z-ai/glm-4.5-air.json): Z.ai GLM-4.5-Air — 6 parameters. - [z-ai/glm-4.5-air-subscription](https://modelparams.dev/api/v1/models/z-ai/glm-4.5-air-subscription.json): Z.ai GLM-4.5-Air (Subscription) — 6 parameters. - [z-ai/glm-4.5-airx](https://modelparams.dev/api/v1/models/z-ai/glm-4.5-airx.json): Z.ai GLM-4.5-AirX — 6 parameters. - [z-ai/glm-4.5-flash](https://modelparams.dev/api/v1/models/z-ai/glm-4.5-flash.json): Z.ai GLM-4.5-Flash — 6 parameters. - [z-ai/glm-4.5-subscription](https://modelparams.dev/api/v1/models/z-ai/glm-4.5-subscription.json): Z.ai GLM-4.5 (Subscription) — 6 parameters. - [z-ai/glm-4.5-x](https://modelparams.dev/api/v1/models/z-ai/glm-4.5-x.json): Z.ai GLM-4.5-X — 6 parameters. - [z-ai/glm-4.6](https://modelparams.dev/api/v1/models/z-ai/glm-4.6.json): Z.ai GLM-4.6 — 6 parameters. - [z-ai/glm-4.6-subscription](https://modelparams.dev/api/v1/models/z-ai/glm-4.6-subscription.json): Z.ai GLM-4.6 (Subscription) — 6 parameters. - [z-ai/glm-4.7](https://modelparams.dev/api/v1/models/z-ai/glm-4.7.json): Z.ai GLM-4.7 — 6 parameters. - [z-ai/glm-4.7-flash](https://modelparams.dev/api/v1/models/z-ai/glm-4.7-flash.json): Z.ai GLM-4.7-Flash — 6 parameters. - [z-ai/glm-4.7-flashx](https://modelparams.dev/api/v1/models/z-ai/glm-4.7-flashx.json): Z.ai GLM-4.7-FlashX — 6 parameters. - [z-ai/glm-4.7-subscription](https://modelparams.dev/api/v1/models/z-ai/glm-4.7-subscription.json): Z.ai GLM-4.7 (Subscription) — 6 parameters. - [z-ai/glm-5](https://modelparams.dev/api/v1/models/z-ai/glm-5.json): Z.ai GLM-5 — 6 parameters. - [z-ai/glm-5-subscription](https://modelparams.dev/api/v1/models/z-ai/glm-5-subscription.json): Z.ai GLM-5 (Subscription) — 6 parameters. - [z-ai/glm-5-turbo](https://modelparams.dev/api/v1/models/z-ai/glm-5-turbo.json): Z.ai GLM-5-Turbo — 6 parameters. - [z-ai/glm-5-turbo-subscription](https://modelparams.dev/api/v1/models/z-ai/glm-5-turbo-subscription.json): Z.ai GLM-5-Turbo (Subscription) — 6 parameters. - [z-ai/glm-5.1](https://modelparams.dev/api/v1/models/z-ai/glm-5.1.json): Z.ai GLM-5.1 — 6 parameters. - [z-ai/glm-5.1-subscription](https://modelparams.dev/api/v1/models/z-ai/glm-5.1-subscription.json): Z.ai GLM-5.1 (Subscription) — 6 parameters. - [z-ai/glm-5.2](https://modelparams.dev/api/v1/models/z-ai/glm-5.2.json): Z.ai GLM-5.2 — 7 parameters. - [z-ai/glm-5.2-subscription](https://modelparams.dev/api/v1/models/z-ai/glm-5.2-subscription.json): Z.ai GLM-5.2 (Subscription) — 7 parameters. ## Optional - [GitHub repository](https://github.com/mnfst/modelparams.dev): Source data, JSON Schema, and contribution guide. - [Web catalog](https://modelparams.dev/): Searchable HTML view that also exposes WebMCP tools to in-browser agents.