fix: use OpenCode model catalog URL (#39672)
Co-authored-by: Dax Raad <d@ironbay.co>
This commit is contained in:
parent
ff0382e971
commit
a4f25a94b4
5 changed files with 8 additions and 8 deletions
|
|
@ -1,8 +1,8 @@
|
|||
import { query } from "@solidjs/router"
|
||||
|
||||
export const modelCatalogSourceUrl = "https://models.dev/catalog.json"
|
||||
export const modelCatalogPricingUrl = "https://models.dev/api.json"
|
||||
export const modelCatalogLabSourceUrl = "https://models.dev/labs"
|
||||
export const modelCatalogSourceUrl = "https://models.opencode.ai/catalog.json"
|
||||
export const modelCatalogPricingUrl = "https://models.opencode.ai/api.json"
|
||||
export const modelCatalogLabSourceUrl = "https://models.opencode.ai/labs"
|
||||
|
||||
export type ModelCatalogCost = {
|
||||
input: number
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue