|
| 1 | +{ |
| 2 | + "anthropic": { |
| 3 | + "id": "anthropic", |
| 4 | + "name": "Anthropic", |
| 5 | + "env": ["ANTHROPIC_API_KEY"], |
| 6 | + "npm": "@ai-sdk/anthropic", |
| 7 | + "api": "https://api.anthropic.com", |
| 8 | + "models": { |
| 9 | + "claude-sonnet-4-20250514": { |
| 10 | + "id": "claude-sonnet-4-20250514", |
| 11 | + "name": "Claude Sonnet 4", |
| 12 | + "release_date": "2025-05-14", |
| 13 | + "attachment": true, |
| 14 | + "reasoning": true, |
| 15 | + "temperature": true, |
| 16 | + "tool_call": true, |
| 17 | + "limit": { "context": 200000, "output": 8192 }, |
| 18 | + "options": {} |
| 19 | + }, |
| 20 | + "claude-opus-4-20250514": { |
| 21 | + "id": "claude-opus-4-20250514", |
| 22 | + "name": "Claude Opus 4", |
| 23 | + "release_date": "2025-05-14", |
| 24 | + "attachment": true, |
| 25 | + "reasoning": true, |
| 26 | + "temperature": true, |
| 27 | + "tool_call": true, |
| 28 | + "limit": { "context": 200000, "output": 8192 }, |
| 29 | + "options": {} |
| 30 | + }, |
| 31 | + "claude-haiku-4-5-20250514": { |
| 32 | + "id": "claude-haiku-4-5-20250514", |
| 33 | + "name": "Claude Haiku 4.5", |
| 34 | + "release_date": "2025-05-14", |
| 35 | + "attachment": true, |
| 36 | + "reasoning": false, |
| 37 | + "temperature": true, |
| 38 | + "tool_call": true, |
| 39 | + "limit": { "context": 200000, "output": 4096 }, |
| 40 | + "options": {} |
| 41 | + } |
| 42 | + } |
| 43 | + }, |
| 44 | + "openai": { |
| 45 | + "id": "openai", |
| 46 | + "name": "OpenAI", |
| 47 | + "env": ["OPENAI_API_KEY"], |
| 48 | + "npm": "@ai-sdk/openai", |
| 49 | + "api": "https://api.openai.com/v1", |
| 50 | + "models": { |
| 51 | + "gpt-5": { |
| 52 | + "id": "gpt-5", |
| 53 | + "name": "GPT-5", |
| 54 | + "release_date": "2025-11-20", |
| 55 | + "attachment": true, |
| 56 | + "reasoning": true, |
| 57 | + "temperature": true, |
| 58 | + "tool_call": true, |
| 59 | + "limit": { "context": 200000, "output": 8192 }, |
| 60 | + "options": {} |
| 61 | + } |
| 62 | + } |
| 63 | + }, |
| 64 | + "openrouter": { |
| 65 | + "id": "openrouter", |
| 66 | + "name": "OpenRouter", |
| 67 | + "env": ["OPENROUTER_API_KEY"], |
| 68 | + "npm": "@openrouter/ai-sdk-provider", |
| 69 | + "api": "https://openrouter.ai/api/v1", |
| 70 | + "models": { |
| 71 | + "openai/gpt-4": { |
| 72 | + "id": "openai/gpt-4", |
| 73 | + "name": "GPT-4 (OpenRouter)", |
| 74 | + "release_date": "2024-05-13", |
| 75 | + "attachment": true, |
| 76 | + "reasoning": false, |
| 77 | + "temperature": true, |
| 78 | + "tool_call": true, |
| 79 | + "limit": { "context": 128000, "output": 4096 }, |
| 80 | + "options": {} |
| 81 | + } |
| 82 | + } |
| 83 | + }, |
| 84 | + "amazon-bedrock": { |
| 85 | + "id": "amazon-bedrock", |
| 86 | + "name": "Amazon Bedrock", |
| 87 | + "env": ["AWS_ACCESS_KEY_ID", "AWS_BEARER_TOKEN_BEDROCK", "AWS_PROFILE", "AWS_WEB_IDENTITY_TOKEN_FILE"], |
| 88 | + "npm": "@ai-sdk/amazon-bedrock", |
| 89 | + "models": { |
| 90 | + "amazon.nova-pro": { |
| 91 | + "id": "amazon.nova-pro", |
| 92 | + "name": "Amazon Nova Pro", |
| 93 | + "release_date": "2024-12-01", |
| 94 | + "attachment": false, |
| 95 | + "reasoning": false, |
| 96 | + "temperature": true, |
| 97 | + "tool_call": true, |
| 98 | + "limit": { "context": 200000, "output": 8192 }, |
| 99 | + "options": {} |
| 100 | + } |
| 101 | + } |
| 102 | + }, |
| 103 | + "gitlab": { |
| 104 | + "id": "gitlab", |
| 105 | + "name": "GitLab Duo", |
| 106 | + "env": ["GITLAB_TOKEN"], |
| 107 | + "npm": "@gitlab/gitlab-ai-provider", |
| 108 | + "models": { |
| 109 | + "duo-chat-haiku-4-5": { |
| 110 | + "id": "duo-chat-haiku-4-5", |
| 111 | + "name": "Duo Chat Haiku 4.5", |
| 112 | + "release_date": "2024-10-01", |
| 113 | + "attachment": false, |
| 114 | + "reasoning": false, |
| 115 | + "temperature": true, |
| 116 | + "tool_call": true, |
| 117 | + "limit": { "context": 8192, "output": 2048 }, |
| 118 | + "options": {} |
| 119 | + }, |
| 120 | + "duo-chat-sonnet-4-5": { |
| 121 | + "id": "duo-chat-sonnet-4-5", |
| 122 | + "name": "Duo Chat Sonnet 4.5", |
| 123 | + "release_date": "2024-10-01", |
| 124 | + "attachment": false, |
| 125 | + "reasoning": false, |
| 126 | + "temperature": true, |
| 127 | + "tool_call": true, |
| 128 | + "limit": { "context": 8192, "output": 2048 }, |
| 129 | + "options": {} |
| 130 | + }, |
| 131 | + "duo-chat-opus-4-5": { |
| 132 | + "id": "duo-chat-opus-4-5", |
| 133 | + "name": "Duo Chat Opus 4.5", |
| 134 | + "release_date": "2024-10-01", |
| 135 | + "attachment": false, |
| 136 | + "reasoning": false, |
| 137 | + "temperature": true, |
| 138 | + "tool_call": true, |
| 139 | + "limit": { "context": 8192, "output": 2048 }, |
| 140 | + "options": {} |
| 141 | + } |
| 142 | + } |
| 143 | + } |
| 144 | +} |
0 commit comments